summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_grass.h
blob: a412a09ee7c4392c9e1dd59324cb56c51d1c4c1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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 */