diff options
Diffstat (limited to 'application.h')
-rw-r--r-- | application.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application.h b/application.h index e40af07..1378be6 100644 --- a/application.h +++ b/application.h @@ -22,6 +22,7 @@ class Application { float fps; FTFont* font; + Texture* background; Texture* texture; GLShaderProgram* shader; |