Implement/match LegoAnimationManager::FUN_10064b50 (#926)

This commit is contained in:
Christian Semmler
2024-05-17 10:05:06 -04:00
committed by GitHub
parent 4419007355
commit 02c4aad33e
5 changed files with 45 additions and 7 deletions

View File

@@ -13,6 +13,7 @@ class MxPresenter;
// SIZE 0x78
struct LegoTranInfo {
enum {
c_bit1 = 0x01,
c_bit2 = 0x02
};