|
Last change
on this file since 1202 was 1163, checked in by rossy, 4 years ago |
|
Daodan: Add new local input system based on Raw Input
|
|
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.