Factor out AppGLFW base class
The intention here is to get rid of scaffolding in the consumer application class and allow to focus on the "important bits".
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
/*-- Gets filled in during the cmake configuration step --*/
|
||||
|
||||
// #cmakedefine PIXELARIUM_TITLE "@PIXELARIUM_TITLE@"
|
||||
|
||||
// #define MAINMENUNAME "Menu"
|
||||
// #define FILEMENUNAME "File"
|
||||
// #define LOGLEVELSELECT "Log Level"
|
||||
#define SHOWIMGUIDEMOS "ImGui Demos"
|
||||
Reference in New Issue
Block a user