source: Daodan/src/Daodan_GL.h@ 992

Last change on this file since 992 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: 269 bytes
RevLine 
[297]1#ifndef DAODAN_GL_H
2#define DAODAN_GL_H
3
4#include "Daodan.h"
[992]5#include "Oni/Oni.h"
[297]6
[705]7unsigned short ONICALL DD_GLrEnumerateDisplayModes(M3tDisplayMode* modes);
8UUtBool ONICALL DD_GLrPlatform_Initialize(void);
9void ONICALL DD_GLrPlatform_Dispose(void);
[692]10
[297]11#endif
Note: See TracBrowser for help on using the repository browser.