Added "art_cache_clear" script function.

This commit is contained in:
NovaRain
2019-01-20 08:54:33 +08:00
parent 774e31b9f6
commit e379e71410
5 changed files with 12 additions and 0 deletions
+1
View File
@@ -238,6 +238,7 @@
#define party_member_list_all party_member_list(1)
#define art_cache_clear sfall_func0("art_cache_clear")
#define attack_is_aimed sfall_func0("attack_is_aimed")
#define car_gas_amount sfall_func0("car_gas_amount")
#define create_win(winName, x, y, w, h) sfall_func5("create_win", winName, x, y, w, h)