First pass at prefab tool (done)
This commit is contained in:
@ -11,10 +11,14 @@
|
||||
#include <regex>
|
||||
|
||||
namespace Dawn {
|
||||
enum PrefabcComponentParserRulesetType {
|
||||
STRIN
|
||||
};
|
||||
|
||||
struct PrefabComponentParserRuleset {
|
||||
std::string name;
|
||||
std::string include;
|
||||
std::map<std::string, std::function<std::string(std::string)>> optional;
|
||||
std::map<std::string, std::string> optional;
|
||||
};
|
||||
|
||||
struct PrefabRegistry {
|
||||
|
Reference in New Issue
Block a user