mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 13:36:14 +03:00
8 lines
80 B
C++
8 lines
80 B
C++
#include "Pch.h"
|
|
#include "Editor.h"
|
|
|
|
int main()
|
|
{
|
|
GEditor->run();
|
|
return 0;
|
|
} |