Last change
on this file since 703 was 692, checked in by alloc, 12 years ago |
Daodan: Lots of cleanups (mostly unnecessary includes removed, empty files deleted, case of filenames corrected)
|
File size:
236 bytes
|
Rev | Line | |
---|
[272] | 1 | #ifndef DAODAN_H
|
---|
| 2 | #define DAODAN_H
|
---|
| 3 |
|
---|
| 4 | #include <windows.h>
|
---|
[692] | 5 | #include "stdint.h"
|
---|
[272] | 6 |
|
---|
[273] | 7 | #define ONICALL __fastcall
|
---|
| 8 |
|
---|
[272] | 9 | extern HMODULE DDrDLLModule;
|
---|
| 10 | extern HMODULE DDrONiModule;
|
---|
| 11 |
|
---|
[468] | 12 | extern bool opt_border;
|
---|
| 13 | extern bool opt_topmost;
|
---|
| 14 |
|
---|
[272] | 15 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.