source:
Daodan/src/daodan_gl.h@
322
Last change on this file since 322 was 316, checked in by , 16 years ago | |
---|---|
File size: 251 bytes |
Line | |
---|---|
1 | #pragma once |
2 | #ifndef DAODAN_GL_H |
3 | #define DAODAN_GL_H |
4 | |
5 | #include "Daodan.h" |
6 | #include "BFW_Motoko_Draw.h" |
7 | |
8 | unsigned int ONICALL daodan_enumerate_valid_display_modes(M3tDisplayMode modes[16]); |
9 | bool daodan_testmode(M3tDisplayMode mode); |
10 | |
11 | #endif |
Note:
See TracBrowser
for help on using the repository browser.