- updated win32 project files with newly added files

This commit is contained in:
Mark Vejvoda 2011-06-23 22:05:48 +00:00
parent 3401673918
commit 1ea57853c5
2 changed files with 5 additions and 1 deletions

View File

@ -942,6 +942,10 @@
RelativePath="..\..\source\glest_game\types\tech_tree.h"
>
</File>
<File
RelativePath="..\..\source\glest_game\types\tileset_model_type.cpp"
>
</File>
<File
RelativePath="..\..\source\glest_game\types\unit_type.cpp"
>

View File

@ -54,7 +54,7 @@ public:
int getHeight() const {return height;}
void setHeight(int height) {this->height=height;}
bool getRotationAllowed() const {return rotationAllowed;}
void setRotationAllowed(int rotationAllowed) {this->rotationAllowed=rotationAllowed;}
void setRotationAllowed(bool rotationAllowed) {this->rotationAllowed=rotationAllowed;}
};
}}//end namespace