source:
Daodan/src/Daodan.h@
1008
Last change on this file since 1008 was 992, checked in by , 11 years ago | |
---|---|
File size: 198 bytes |
Rev | Line | |
---|---|---|
[272] | 1 | #ifndef DAODAN_H |
2 | #define DAODAN_H | |
3 | ||
4 | #include <windows.h> | |
[705] | 5 | #include <assert.h> |
[692] | 6 | #include "stdint.h" |
[272] | 7 | |
[992] | 8 | #include "Oni/Oni.h" |
[273] | 9 | |
[272] | 10 | extern HMODULE DDrDLLModule; |
11 | extern HMODULE DDrONiModule; | |
12 | ||
13 | #endif |
Note:
See TracBrowser
for help on using the repository browser.