Windows implementation WIP

This commit is contained in:
Kearwood Gilbert
2016-07-10 03:33:58 -07:00
parent 16b731cea9
commit 3a7c1ba0eb
156 changed files with 86861 additions and 75 deletions

View File

@@ -9,7 +9,6 @@
#ifndef KRBEHAVIOR_H
#define KRBEHAVIOR_H
#include "tinyxml2.h"
#include <map>
/*
@@ -20,6 +19,9 @@
class KRBehavior;
class KRNode;
namespace tinyxml2 {
class XMLElement;
} // namespace tinyxml2
typedef KRBehavior *(*KRBehaviorFactoryFunction)(std::map<std::string, std::string> attributes);
typedef std::map<std::string, KRBehaviorFactoryFunction> KRBehaviorFactoryFunctionMap;