source: Daodan/src/Daodan.h@ 994

Last change on this file since 994 was 992, checked in by alloc, 11 years ago

Daodan: Removed unused MSVC tree, build folders; reorganized source layout; removed Flatline from current Daodan

File size: 198 bytes
RevLine 
[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
[272]10extern HMODULE DDrDLLModule;
11extern HMODULE DDrONiModule;
12
13#endif
Note: See TracBrowser for help on using the repository browser.