mirror of
https://github.com/thug1src/thug.git
synced 2025-01-21 21:33:46 +00:00
41 lines
1.3 KiB
C
41 lines
1.3 KiB
C
/*****************************************************************************
|
|
** **
|
|
** 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
|
|
|
|
|