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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user