#ifndef DD_GL_H #define DD_GL_H #include "../Daodan.h" #include "../Oni/Oni.h" unsigned short ONICALL DD_GLrEnumerateDisplayModes(M3tDisplayMode* modes); UUtBool ONICALL DD_GLrPlatform_Initialize(void); void ONICALL DD_GLrPlatform_Dispose(void); #endif