mirror of
https://git.planet-casio.com/Lephenixnoir/JustUI.git
synced 2024-12-28 04:23:40 +01:00
11 lines
165 B
C
11 lines
165 B
C
|
//---
|
||
|
// Just UI: Compile-time configuration
|
||
|
//---
|
||
|
|
||
|
#ifndef _JUSTUI_CONFIG
|
||
|
#define _JUSTUI_CONFIG
|
||
|
|
||
|
#define J_VERSION "@JustUI_VERSION@"
|
||
|
|
||
|
#endif /* _JUSTUI_CONFIG */
|