diff options
Diffstat (limited to 'object_header_maker.cpp')
-rw-r--r-- | object_header_maker.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/object_header_maker.cpp b/object_header_maker.cpp index 4da9372..df88179 100644 --- a/object_header_maker.cpp +++ b/object_header_maker.cpp @@ -3,6 +3,8 @@ OUT #include "object_base.h" class __OBJECT_NAME__ : public Object{ public: +__OBJECT_NAME__(void); +__OBJECT_NAME__(double _x,double _y); ~__OBJECT_NAME__(void); #define X(name) void name(void); EVENT_XLIST |