Files

8 lines
80 B
C++

#include "Pch.h"
#include "Editor.h"
int main()
{
GEditor->run();
return 0;
}