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