mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-25 17:53:47 +00:00
10 lines
144 B
C
10 lines
144 B
C
|
#ifndef BBGE_GLLOAD_H
|
||
|
#define BBGE_GLLOAD_H
|
||
|
|
||
|
bool lookup_all_glsyms();
|
||
|
void unload_all_glsyms();
|
||
|
|
||
|
extern unsigned g_dbg_numRenderCalls;
|
||
|
|
||
|
#endif
|