From 11b1b0c29b3911c04a7d784ac9c0c352851be2c9 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 21 Oct 2015 08:49:20 -0400 Subject: documentation part 3 --- src/ui.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/ui.cpp') diff --git a/src/ui.cpp b/src/ui.cpp index a62086e..256f5d7 100644 --- a/src/ui.cpp +++ b/src/ui.cpp @@ -1,7 +1,4 @@ #include -#include // World-switching stuff -#include // FreeType stuff -#include FT_FREETYPE_H #define SDL_KEY e.key.keysym.sym // Keeps the code neater :) @@ -11,6 +8,8 @@ extern World *currentWorld; // should/must also be defined in main.cpp extern std::vector AIpreload; // see entities.cpp extern std::vector AIpreaddr; // +extern bool gameRunning; + static FT_Library ftl; // Variables for the FreeType library and stuff static FT_Face ftf; static GLuint ftex; -- cgit v1.2.3