mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-25 01:12:09 -04:00
Demo: Add missing demo-only TU configs
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user