Updated README

This commit is contained in:
a2x
2023-09-08 23:13:40 +10:00
parent 27acd1a1e5
commit 222b248f5c
75 changed files with 56290 additions and 17339 deletions

9
generated/host.dll.rs Normal file
View File

@@ -0,0 +1,9 @@
#[allow(non_snake_case, non_upper_case_globals)]
pub mod CAnimScriptBase {
pub const m_bIsValid: usize = 0x8;
}
#[allow(non_snake_case, non_upper_case_globals)]
pub mod EmptyTestScript {
pub const m_hTest: usize = 0x10;
}