1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00

* more TPlayerColor/TResource

This commit is contained in:
mateuszb
2012-09-24 17:00:18 +00:00
parent 18bd898cb1
commit 55f1c47c16
8 changed files with 55 additions and 55 deletions

View File

@@ -16,7 +16,7 @@ namespace Res
};
//class to be representing a vector of resource
class ResourceSet : public std::vector<int>
class ResourceSet : public std::vector<TResource>
{
public:
DLL_LINKAGE ResourceSet();