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