mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-02 16:26:42 -04:00
13 lines
250 B
C++
13 lines
250 B
C++
#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 */
|