Add IMPORT_BLACKLIST to Config.hx (#1026)

small change due to changes in hscript library
This commit is contained in:
Jamextreme140
2026-07-15 23:27:15 -07:00
committed by GitHub
parent d113fc40cb
commit 9207e46105
+6 -1
View File
@@ -35,4 +35,9 @@ class Config {
public static final DISALLOW_ABSTRACT_AND_ENUM = [
"funkin.backend.scripting.events.sprite.PlayAnimContext", // Error: expected member name or ';' after declaration specifiers, Due to define macro from math.h
];
}
@:unreflective
public static final IMPORT_BLACKLIST:Array<String> = [
];
}