HatchitGame
ht_component_factory.h
1 
15 #pragma once
16 
17 #include <string>
18 
19 namespace Hatchit {
20  namespace Game {
21  class Component;
23  {
24  public:
25  static Component* MakeComponent(std::string type);
26  };
27  }
28 }
Definition: ht_component.h:42
Hatchit Engine Copyright(c) 2015-2016 Third-Degree.
Definition: ht_glfwkeyboard.h:21
Definition: ht_component_factory.h:22
Hatchit Engine Copyright(c) 2015-2016 Third-Degree.