mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 06:54:16 -04:00
13 lines
212 B
C++
13 lines
212 B
C++
#ifndef D_A_GRASS_H
|
|
#define D_A_GRASS_H
|
|
|
|
#include "f_op/f_op_actor.h"
|
|
|
|
class grass_class : public fopAc_ac_c {
|
|
public:
|
|
/* 0x290 */ u32 field_0x00;
|
|
/* 0x294 */ u32 field_0x04;
|
|
};
|
|
|
|
#endif /* D_A_GRASS_H */
|