Cogs.Core
PlatformContext.cpp
1#include "PlatformContext.h"
2
3namespace Cogs {
4 PlatformContext::~PlatformContext() { }
5}
6
Contains all Cogs related functionality.
Definition: FieldSetter.h:23