thug/Code/Core/support.h

41 lines
1.3 KiB
C
Raw Permalink Normal View History

2016-02-13 21:39:12 +00:00
/*****************************************************************************
** **
** Neversoft Entertainment **
** **
** Copyright (C) 1999 - All Rights Reserved **
** **
******************************************************************************
** **
** Project: Core Library **
** **
** Module: Support (SPT) **
** **
** File name: core/support.h **
** **
** Created: 05/27/99 - mjb **
** **
*****************************************************************************/
#ifndef __CORE_SUPPORT_H
#define __CORE_SUPPORT_H
/*****************************************************************************
** Includes **
*****************************************************************************/
#include <core/support/class.h>
#include <core/support/support.h>
#include "sk/language.h"
/*****************************************************************************
** Defines **
*****************************************************************************/
// #define PAL for PAL mode build.
#define PALx
#endif // __CORE_TASK_H