summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_rectangle.h
blob: 5801fb974936f9b4d2c5c3cdcf863a1b713746e7 (plain)
1
2
3
4
5
6
7
8
#ifndef D_A_RECTANGLE_H
#define D_A_RECTANGLE_H

#include "f_op/f_op_actor.h"

class RECTANGLE_class : public fopAc_ac_c {};

#endif /* D_A_RECTANGLE_H */