--- Daodan/src/Daodan.h 2009/03/17 09:55:12 273 +++ Daodan/src/Daodan.h 2013/03/07 17:26:13 692 @@ -1,13 +1,15 @@ -#pragma once #ifndef DAODAN_H #define DAODAN_H #include -#include +#include "stdint.h" #define ONICALL __fastcall extern HMODULE DDrDLLModule; extern HMODULE DDrONiModule; +extern bool opt_border; +extern bool opt_topmost; + #endif