--- Daodan/src/Daodan.h 2009/03/17 09:06:00 272 +++ Daodan/src/Daodan.h 2013/03/02 23:46:33 677 @@ -3,9 +3,18 @@ #define DAODAN_H #include -#include +#include "bool.h" + +#define ONICALL __fastcall extern HMODULE DDrDLLModule; extern HMODULE DDrONiModule; +extern bool opt_border; +extern bool opt_shadow; +extern bool opt_topmost; + + + + #endif