Component definitions now loaded from schema. No default values yet.
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
#include "ResourceManager.h"
|
||||
|
||||
class EntityFile : public Resource
|
||||
{
|
||||
friend class ResourceManager;
|
||||
|
||||
private:
|
||||
EntityFile(std::string path);
|
||||
|
||||
public:
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user