Files
pixelarium/src/uiresources_local.h.in
T
Maximilian Kueffner 88cc7363c6 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".
2025-08-17 21:30:00 +02:00

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"