#pragma once #ifndef DAODAN_H #define DAODAN_H #include #include "bool.h" #define ONICALL __fastcall extern HMODULE DDrDLLModule; extern HMODULE DDrONiModule; extern bool opt_border; extern bool opt_topmost; #endif