diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-12-09 08:48:45 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-12-09 08:48:45 -0500 |
commit | ce169efec21d44b6c7b3133280d9088ba1c108a5 (patch) | |
tree | f3d4567d626215bf268b4c8a7648dd8294644796 /include/entities.h | |
parent | fb1cb2e2f3af4a7bc5717e31b31175d850dd7be9 (diff) | |
parent | a0e500dbf1a3fddebf8e057905fa299d1205a5fc (diff) |
Merge branch 'master' of http://github.com/tcsullivan/gamedev
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/entities.h b/include/entities.h index 77ca347..64a251a 100644 --- a/include/entities.h +++ b/include/entities.h @@ -79,6 +79,7 @@ public: Texturec *tex; + unsigned int randDialog; void draw(void); void spawn(float, float); |