source:
Daodan/src/Daodan.h@
610
Last change on this file since 610 was 468, checked in by , 15 years ago | |
---|---|
File size: 276 bytes |
Rev | Line | |
---|---|---|
[272] | 1 | #pragma once |
2 | #ifndef DAODAN_H | |
3 | #define DAODAN_H | |
4 | ||
5 | #include <windows.h> | |
6 | #include <stdbool.h> | |
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 | ||
[272] | 17 | #endif |
Note:
See TracBrowser
for help on using the repository browser.