ferx/editor/src/main.cpp

8 lines
101 B
C++
Raw Normal View History

#include "Editor.h"
int main(int argc, char** argv)
{
Editor editor;
editor.Initialize();
}