3#ifdef VZ_PLATFORM_WINDOWS
7int main(
int argc,
char** argv)
#define VZ_PROFILE_BEGIN_SESSION(name, filepath)
Definition Instrumentor.h:234
#define VZ_PROFILE_END_SESSION()
Definition Instrumentor.h:235
The core application class that manages the main loop, window, layers, and event handling.
Definition Application.h:35
void Run()
Starts the main application loop.
Definition Application.cpp:77
void PushLayer(Layer *layer)
Adds a layer to the application layer stack.
Definition Application.cpp:41
Definition EditorLayer.h:14
EditorLayer()
Definition EditorLayer.cpp:37
Definition VesperEditorApp.cpp:9
VesperEditor()
Definition VesperEditorApp.cpp:11
~VesperEditor()
Definition VesperEditorApp.cpp:18
TEMPORARY.
Definition WindowsInput.cpp:7
Application * CreateApplication()
Definition VesperEditorApp.cpp:23