Revision: | 1163 |
Committed: | Sun Oct 24 02:50:48 2021 UTC (3 years, 11 months ago) by rossy |
Content type: | text/x-chdr |
File size: | 279 byte(s) |
Log Message: | Daodan: Add new local input system based on Raw Input |
# | Content |
---|---|
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 |