summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_sitem.h
blob: f4c271d546fd984a46fd7519d6a3fa6e92d2e174 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef D_A_SITEM_H
#define D_A_SITEM_H

#include "f_op/f_op_actor.h"

class sitem_class : public fopAc_ac_c {
public:
    /* Place member variables here */
};

#endif /* D_A_SITEM_H */