mirror of
https://git.planet-casio.com/Lephenixnoir/JustUI.git
synced 2024-12-28 04:23:40 +01:00
minor update
This commit is contained in:
parent
6ca607ae37
commit
819181d6f0
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ set(ASSETS_fx
|
|||
set(ASSETS_cg
|
||||
assets/input-modes-cg.png
|
||||
)
|
||||
fxconv_declare_assets(${ASSETS_fx} ${ASSETS_cg})
|
||||
fxconv_declare_assets(${ASSETS_fx} ${ASSETS_cg} WITH_METADATA)
|
||||
|
||||
set(NAME "justui-${FXSDK_PLATFORM}")
|
||||
add_library(${NAME} STATIC
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include <justui/jpainted.h>
|
||||
#include <gint/std/stdlib.h>
|
||||
|
||||
/* Type identified for jpainted */
|
||||
/* Type identifier for jpainted */
|
||||
static int jpainted_type_id = -1;
|
||||
|
||||
jpainted *jpainted_create(void *function, j_arg_t arg, int natural_w,
|
||||
|
|
Loading…
Reference in a new issue