ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Patches/GL.h
Revision: 994
Committed: Mon Apr 7 10:33:27 2014 UTC (11 years, 6 months ago) by alloc
Content type: text/x-chdr
File size: 267 byte(s)
Log Message:
Daodan:
- Fix #80
- Reorganization of file hierarchy

File Contents

# Content
1 #ifndef DD_GL_H
2 #define DD_GL_H
3
4 #include "../Daodan.h"
5 #include "../Oni/Oni.h"
6
7 unsigned short ONICALL DD_GLrEnumerateDisplayModes(M3tDisplayMode* modes);
8 UUtBool ONICALL DD_GLrPlatform_Initialize(void);
9 void ONICALL DD_GLrPlatform_Dispose(void);
10
11 #endif