summaryrefslogtreecommitdiff
path: root/src/states.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/states.h')
-rw-r--r--src/states.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/states.h b/src/states.h
index 57898a6..d8a63f6 100644
--- a/src/states.h
+++ b/src/states.h
@@ -16,6 +16,7 @@ class State {
struct Context{
sf::RenderWindow *window;
TextureManager *textures;
+ TextureFontManager *textureFonts;
// add IO controller
};
State(StateStack &stack, State::Context context);