Vivid
Loading...
Searching...
No Matches
EntryPoint.h
1
#pragma once
2
3
#include "editor/Application.h"
4
5
Application
* Vivid::CreateApplication();
6
7
namespace
Vivid
8
{
9
int
main(
int
argc,
char
** argv)
10
{
11
Application
* app = CreateApplication();
12
app->Run();
13
app->Terminate();
14
return
0;
15
}
16
}
Application
Application class.
Definition:
Application.h:19
src
editor
EntryPoint.h
Generated by
1.9.6