Mostly planning

This commit is contained in:
Kayne Ruse
2014-05-16 02:05:52 +10:00
parent f0453375c4
commit b1d6e5a314
4 changed files with 74 additions and 5 deletions
+7
View File
@@ -28,6 +28,13 @@
#include <list>
struct CombatInstance {
//TODO: metadata
//world position
int mapIndex = 0;
Vector2 position = {0.0,0.0};
Vector2 motion = {0.0,0.0};
std::list<CharacterData*> characterList;
std::list<EnemyData> enemyList;