source:
Daodan/src/Daodan.h@
686
Last change on this file since 686 was 677, checked in by , 12 years ago | |
---|---|
File size: 279 bytes |
Rev | Line | |
---|---|---|
[272] | 1 | #pragma once |
2 | #ifndef DAODAN_H | |
3 | #define DAODAN_H | |
4 | ||
5 | #include <windows.h> | |
[677] | 6 | #include "bool.h" |
[272] | 7 | |
[273] | 8 | #define ONICALL __fastcall |
9 | ||
[272] | 10 | extern HMODULE DDrDLLModule; |
11 | extern HMODULE DDrONiModule; | |
12 | ||
[468] | 13 | extern bool opt_border; |
14 | extern bool opt_shadow; | |
15 | extern bool opt_topmost; | |
16 | ||
[677] | 17 | |
18 | ||
19 | ||
[272] | 20 | #endif |
Note:
See TracBrowser
for help on using the repository browser.