mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Added set_ini_setting to documents, and updated info for get_ini_setting.
Updated credits. Replacing a couple of strcpy usages with strcpy_s.
This commit is contained in:
@@ -195,4 +195,5 @@
|
||||
#define intface_is_hidden sfall_func0("intface_is_hidden")
|
||||
#define intface_redraw sfall_func0("intface_redraw")
|
||||
#define intface_show sfall_func0("intface_show")
|
||||
#define set_ini_setting(setting, value) sfall_func2("set_ini_setting", setting, value)
|
||||
#define spatial_radius(obj) sfall_func1("spatial_radius", obj)
|
||||
|
||||
Reference in New Issue
Block a user