mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-08-02 16:11:17 +00:00
Fixed: Script/Class initializers order of assignment
Changed: Compound script has slot/const traits inside main script initializer
This commit is contained in:
13
libsrc/ffdec_lib/testdata/compound/bin/compound.h
vendored
Normal file
13
libsrc/ffdec_lib/testdata/compound/bin/compound.h
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
const int abcclass_Object = 0;
|
||||
const int abcclass_Number = 1;
|
||||
const int abcclass_int = 2;
|
||||
const int abcclass___AS3___vec_Vector = 3;
|
||||
const int abcclass_mypkg_MyClass = 4;
|
||||
const int abcclass_mypkg_MyClass2 = 5;
|
||||
const int abcpackage_compound_as = 0;
|
||||
const int abcpackage_stubs_as = 1;
|
||||
extern const int compound_abc_length;
|
||||
extern const int compound_abc_method_count;
|
||||
extern const int compound_abc_class_count;
|
||||
extern const int compound_abc_script_count;
|
||||
extern const unsigned char compound_abc_data[];
|
||||
Reference in New Issue
Block a user