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:
parent
8638081319
commit
2cec36efa9
3
hyper.h
3
hyper.h
@ -2275,6 +2275,7 @@ extern purehookset hooks_fixticks;
|
|||||||
void activateVertexArray(GLfloat *f, int qty);
|
void activateVertexArray(GLfloat *f, int qty);
|
||||||
|
|
||||||
ld realradius();
|
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);
|
void glcolor2(int color);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user