diff options
author | tomsmeding <hallo@tomsmeding.nl> | 2015-12-01 21:29:53 +0100 |
---|---|---|
committer | tomsmeding <hallo@tomsmeding.nl> | 2015-12-01 21:29:53 +0100 |
commit | ac18b3132059b5e7d5f00ccf2b56e543cf0da84b (patch) | |
tree | 490654385bf6aa87f160f79006a12289c20322e6 /object_base.h | |
parent | dcaa318d677a1a6881ccc87640ae75c0fc578bfb (diff) |
DAT GAME
Diffstat (limited to 'object_base.h')
-rw-r--r-- | object_base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/object_base.h b/object_base.h index 355dfe8..24c19d7 100644 --- a/object_base.h +++ b/object_base.h @@ -6,6 +6,7 @@ public: double x=0,y=0; Object(void); + Object(double _x,double _y); virtual ~Object(void); virtual void create(void); |