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