Cogs.Core
CogsBin.cpp
1#include "CogsBin.h"
2
3
4namespace Cogs::Core
5{
6 namespace CogsBin
7 {
8
9 }
10}
Contains the Engine, Renderer, resource managers and other systems needed to run Cogs....