source: Daodan/src/Oni.h@ 692

Last change on this file since 692 was 692, checked in by alloc, 12 years ago

Daodan: Lots of cleanups (mostly unnecessary includes removed, empty files deleted, case of filenames corrected)

File size: 517 bytes
RevLine 
[273]1#ifndef ONI_H
2#define ONI_H
3
[326]4#include "Daodan.h"
[692]5#include "Oni_GL.h"
[452]6#include <windows.h>
[677]7#include "Oni_GameState.h"
[692]8
[473]9typedef unsigned char onibool;
10
[692]11typedef struct {
[322]12 HINSTANCE Instance;
13 HWND Window;
14} ONtPlatformData;
[273]15
[452]16
[476]17void ONICALL TMrInstance_GetDataPtr_List(
[677]18 char Tag[4], //as in 'ONWC'
19 int MaxCount, //# of elements in PointerList
[476]20 void** PointerList, //Where the found pointers go
21 int* FoundCount //Where the number of pointers found go.
[692]22);
[476]23
[677]24#include "Oni_Symbols.h"
[323]25
[273]26#endif
Note: See TracBrowser for help on using the repository browser.