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