2 #include "IRenderable.h"
11 static void Initialize();
17 static bool AttachRenderer(
IRenderable*, std::string);
18 static std::string Model;
20 static std::vector<IRenderable*> Renderables;
Definition: IRenderable.h:11
Definition: ObjectManager.h:8