source: Daodan/src/Oni.h@ 691

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

Daodan: Cleaning up code (a few comments, old commented out stuff removed), ugly wine-crash fix for DaodanGL

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