From 2cec36efa935c55e8ce86b3e2ce86da504731580 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 3 Dec 2017 18:44:29 +0100 Subject: [PATCH] bugfix to exports --- hyper.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hyper.h b/hyper.h index d528dbc2..eced3d4c 100644 --- a/hyper.h +++ b/hyper.h @@ -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);