feat: engine class impl + IApplication interface
This commit is contained in:
@ -30,6 +30,8 @@ add_executable(CodingGame
|
||||
src/IO/parser.cpp
|
||||
src/IO/file_manager.cpp
|
||||
|
||||
src/window/window.cpp
|
||||
|
||||
src/renderer/debug.cpp
|
||||
src/renderer/basics.cpp
|
||||
src/renderer/mesh.cpp
|
||||
@ -38,9 +40,6 @@ add_executable(CodingGame
|
||||
src/renderer/wavefront.cpp
|
||||
src/renderer/engine.cpp
|
||||
|
||||
include/window/event.hpp
|
||||
src/window/window.cpp
|
||||
|
||||
src/main.cpp
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user