ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_GL.h
Revision: 692
Committed: Thu Mar 7 17:26:13 2013 UTC (12 years, 7 months ago) by alloc
Content type: text/x-chdr
File size: 238 byte(s)
Log Message:
Daodan: Lots of cleanups (mostly unnecessary includes removed, empty files deleted, case of filenames corrected)

File Contents

# Content
1 #ifndef DAODAN_GL_H
2 #define DAODAN_GL_H
3
4 #include "Daodan.h"
5 #include "BFW_Motoko_Draw.h"
6
7 unsigned int ONICALL daodan_enumerate_valid_display_modes(M3tDisplayMode modes[16]);
8 int ONICALL daodangl_platform_initialize();
9
10 #endif