diff options
author | tomsmeding <tom.smeding@gmail.com> | 2016-12-30 21:04:57 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2016-12-30 21:04:57 +0100 |
commit | 9f84ef2686feab6c82f7f523319fda65ff077962 (patch) | |
tree | b625f31ba5666694caa7ec77c75965c256f4519d /global.h | |
parent | 6c0a0cc29b00d0a58a3ee55a8a7e4909ebf3454c (diff) |
Have draw_text working with SFML
Diffstat (limited to 'global.h')
-rw-r--r-- | global.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,6 +10,5 @@ using namespace std; class Global{ public: - int room_speed=30; vector<shared_ptr<Object>> objects; }; |