mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-25 09:44:02 +00:00
8472718fb7
This untangles some of the gigantic kitchen sink headers in an attempt to split things into smaller files. Also don't include gl.h, glext.h, windows.h, and other such nonsense *everywhere*. Lots of cleanups on the way too. More dead/unused code removal. Remove incrFlag(), decrFlag() Lua functions.
9 lines
144 B
C
9 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
|