--- Daodan/src/Daodan.h 2013/04/29 16:29:16 838 +++ Daodan/src/Daodan.h 2014/04/05 10:19:11 992 @@ -5,17 +5,7 @@ #include #include "stdint.h" -#define ONICALL __fastcall -#define UUmType(t) typedef struct t t; - -#define DDmAssert(expr) assert(expr); - -typedef unsigned char UUtBool; -#define UUcTrue ((UUtBool) 1) -#define UUcFalse ((UUtBool) 0) - -typedef unsigned short UUtError; -#define UUcError_None ((UUtError) 0) +#include "Oni/Oni.h" extern HMODULE DDrDLLModule; extern HMODULE DDrONiModule;