source:
Daodan/src/Patches/GL.h@
1202
| Last change on this file since 1202 was 994, checked in by , 12 years ago | |
|---|---|
| File size: 267 bytes | |
| Rev | Line | |
|---|---|---|
| [994] | 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 |
Note:
See TracBrowser
for help on using the repository browser.
