source:
Daodan/src/Daodan.h
Last change on this file was 1163, checked in by , 3 years ago | |
---|---|
File size: 279 bytes |
Line | |
---|---|
1 | #ifndef DAODAN_H |
2 | #define DAODAN_H |
3 | |
4 | #include <windows.h> |
5 | #include <windowsx.h> |
6 | #include <assert.h> |
7 | #include "stdint.h" |
8 | |
9 | #include "Oni/Oni.h" |
10 | |
11 | #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) |
12 | |
13 | extern HMODULE DDrDLLModule; |
14 | extern HMODULE DDrONiModule; |
15 | |
16 | #endif |
Note:
See TracBrowser
for help on using the repository browser.