This website requires JavaScript.
Explore
Help
Sign In
TheZone
/
ferx
Watch
1
Star
0
Fork
0
You've already forked ferx
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
5d536e7b71
Branches
Tags
No results found.
ferx
/
editor
/
src
/
main.cpp
8 lines
101 B
C++
Raw
Normal View
History
Unescape
Escape
feat: Create classes for engine and editor
2024-07-30 16:57:32 +00:00
#
include
"Editor.h"
feat: Add CMake and third party libraries with simple example
2024-03-27 13:04:19 +00:00
feat: Create classes for engine and editor
2024-07-30 16:57:32 +00:00
int
main
(
int
argc
,
char
*
*
argv
)
{
Editor
editor
;
feat: Add CMake and third party libraries with simple example
2024-03-27 13:04:19 +00:00
feat: Create classes for engine and editor
2024-07-30 16:57:32 +00:00
editor
.
Initialize
(
)
;
}
Reference in New Issue
Copy Permalink