1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-24 05:17:17 +00:00

bugfix to exports

This commit is contained in:
Zeno Rogue 2017-12-03 18:44:29 +01:00
parent 8638081319
commit 2cec36efa9

View File

@ -2275,6 +2275,7 @@ extern purehookset hooks_fixticks;
void activateVertexArray(GLfloat *f, int qty);
ld realradius();
void sdltogl(SDL_Surface *txt, glfont_t& f, int ch);
void sdltogl(SDL_Surface *txt, struct glfont_t& f, int ch);
void glcolor2(int color);