Add IMPORT_BLACKLIST to Config.hx (#1026)
small change due to changes in hscript library
This commit is contained in:
@@ -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> = [
|
||||
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user