Cogs.Core
FoundationBase.cpp
1#include "FoundationBase.h"
2
3#include "CogsVersion.h"
4
5const char* Cogs::getFoundationVersionString()
6{
7 return COGS_VERSION_STRING;
8}