Demo: Add missing demo-only TU configs

This commit is contained in:
LagoLunatic
2025-05-19 23:02:38 -04:00
parent d3ebf7be38
commit d2f46f131a
3 changed files with 82 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef D_A_KAMOME2_H
#define D_A_KAMOME2_H
#include "f_op/f_op_actor.h"
class kamome2_class : public fopAc_ac_c {
public:
/* Place member variables here */
/* 0x290 */ u8 m290[0x690 - 0x290];
}; // Size: 0x690
#endif /* D_A_KAMOME2_H */