mirror of
https://git.tesses.org/tesses50/tessesframework.git
synced 2026-06-01 18:15:31 +00:00
9 lines
232 B
C++
9 lines
232 B
C++
#include "TessesFramework/TessesFramework.hpp"
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
using namespace Tesses::Framework;
|
|
TF_Init();
|
|
Console::WriteLine(Tesses::Framework::Platform::Environment::GetPlatform());
|
|
return 0;
|
|
} |