mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 09:49:11 +00:00
WINTERMUTE: Get rid of all system-headers BUT limits.h
This commit is contained in:
parent
0c84972294
commit
b8a7266c4e
@ -58,7 +58,6 @@
|
||||
#include "engines/wintermute/Base/scriptables/ScScript.h"
|
||||
#include "engines/wintermute/UI/UIWindow.h"
|
||||
#include "engines/wintermute/utils/utils.h"
|
||||
#include <math.h>
|
||||
#include <limits.h>
|
||||
|
||||
namespace WinterMute {
|
||||
|
@ -34,9 +34,6 @@
|
||||
#include "engines/wintermute/persistent.h"
|
||||
#include "engines/wintermute/coll_templ.h"
|
||||
|
||||
/*#include <ft2build.h>
|
||||
#include FT_FREETYPE_H*/
|
||||
|
||||
namespace WinterMute {
|
||||
|
||||
class CBFont;
|
||||
|
@ -35,7 +35,6 @@
|
||||
#define PACKAGE_VERSION 0x00000200
|
||||
#define PACKAGE_EXTENSION "dcp"
|
||||
|
||||
#include <time.h>
|
||||
#include "common/stream.h"
|
||||
|
||||
namespace WinterMute {
|
||||
@ -48,11 +47,7 @@ struct TPackageHeader {
|
||||
byte Priority;
|
||||
byte CD;
|
||||
bool MasterIndex;
|
||||
#ifdef __WIN32__
|
||||
__time32_t CreationTime;
|
||||
#else
|
||||
time_t CreationTime;
|
||||
#endif
|
||||
uint32 CreationTime;
|
||||
char Desc[100];
|
||||
uint32 NumDirs;
|
||||
// TODO: Move this out of the header.
|
||||
|
Loading…
Reference in New Issue
Block a user