--- Daodan/src/Daodan.h 2013/03/06 18:33:15 690 +++ Daodan/src/Daodan.h 2015/03/23 23:29:19 1017 @@ -1,19 +1,15 @@ -#pragma once #ifndef DAODAN_H #define DAODAN_H #include -#include "bool.h" +#include +#include "stdint.h" -#define ONICALL __fastcall +#include "Oni/Oni.h" + +#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) extern HMODULE DDrDLLModule; extern HMODULE DDrONiModule; -extern bool opt_border; -extern bool opt_topmost; - - - - #endif