mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-04-28 03:23:50 +00:00
feat(profile): refactor lua, bc code
This commit is contained in:
parent
e79ee08905
commit
37db5336e4
40 changed files with 3424 additions and 0 deletions
24
profile/3.3.5a-windows-386/include/bc/storage/storageunit.h
Normal file
24
profile/3.3.5a-windows-386/include/bc/storage/storageunit.h
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
#ifndef BC_STORAGE_STORAGE_UNIT_H
|
||||
#define BC_STORAGE_STORAGE_UNIT_H
|
||||
|
||||
DECLARE_STRUCT(Blizzard__Storage__StorageUnit);
|
||||
|
||||
struct Blizzard__Storage__StorageUnit {
|
||||
uint32_t unk00;
|
||||
uint32_t unk04;
|
||||
uint32_t unk08;
|
||||
uint32_t unk0C;
|
||||
uint32_t unk10;
|
||||
uint32_t unk14;
|
||||
uint32_t unk18;
|
||||
uint32_t unk1C;
|
||||
uint32_t unk20;
|
||||
uint32_t unk24;
|
||||
uint32_t unk28;
|
||||
uint32_t unk2C;
|
||||
uint32_t unk30;
|
||||
uint32_t unk34;
|
||||
uint32_t unk38;
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue