mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +00:00
fix: stub IggyValueGetTypeRS
This commit is contained in:
parent
5e7bba862c
commit
21092cb686
|
|
@ -254,6 +254,14 @@ RADEXPFUNC inline void* RADEXPLINK IggyPerfmonCreate(
|
||||||
}
|
}
|
||||||
RADEXPFUNC inline void RADEXPLINK IggyInstallPerfmon(void* perfmon) { STUBBED; }
|
RADEXPFUNC inline void RADEXPLINK IggyInstallPerfmon(void* perfmon) { STUBBED; }
|
||||||
|
|
||||||
|
RADEXPFUNC IggyResult RADEXPLINK IggyValueGetTypeRS(IggyValuePath* var,
|
||||||
|
IggyName sub_name,
|
||||||
|
char const* sub_name_utf8,
|
||||||
|
IggyDatatype* result) {
|
||||||
|
STUBBED;
|
||||||
|
return IGGY_RESULT_SUCCESS;
|
||||||
|
}
|
||||||
|
|
||||||
// GDraw memory/warning functions are defined in gdraw_glfw.c (C linkage)
|
// GDraw memory/warning functions are defined in gdraw_glfw.c (C linkage)
|
||||||
// Juicey you stupid idiot do NOT define them here
|
// Juicey you stupid idiot do NOT define them here
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue