| Revision: | 689 |
| Committed: | Mon Mar 4 15:52:19 2013 UTC (12 years, 8 months ago) by alloc |
| Content type: | text/x-chdr |
| Original Path: | Daodan/src/daodan_gl.h |
| File size: | 471 byte(s) |
| Log Message: | Daodan: Cleaned up code so no major warnings exist |
| # | Content |
|---|---|
| 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 | #include "oni_gl.h" |
| 9 | |
| 10 | void init_daodan_gl(); |
| 11 | void update_cdmode(); |
| 12 | unsigned int ONICALL daodan_enumerate_valid_display_modes(M3tDisplayMode modes[16]); |
| 13 | bool daodan_testmode(M3tDisplayMode mode); |
| 14 | int daodan_set_display_mode(short width, short height, short depth); |
| 15 | void daodan_set_gamma(float gamma); |
| 16 | int ONICALL daodangl_platform_initialize(); |
| 17 | #endif |