9 lines
256 B
C
9 lines
256 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
// Currently, there is no need for this to be a configurable header.
|
||
|
|
// It is left as such to keep the API open for possible build-system
|
||
|
|
// injections in future.
|
||
|
|
|
||
|
|
#define SHOWIMGUIDEMOS "ImGui Demos"
|
||
|
|
#define SHOWIMAGEGALLERY "Image Gallery"
|