88cc7363c6
The intention here is to get rid of scaffolding in the consumer application class and allow to focus on the "important bits".
11 lines
268 B
C
11 lines
268 B
C
#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"
|