diff options
author | tomsmeding <tom.smeding@gmail.com> | 2016-12-29 11:17:30 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2016-12-29 11:17:30 +0100 |
commit | 1f00b2bb92cd4bcfcc4c24806df71a453f481f34 (patch) | |
tree | 9258452b75c9e3b03ed4030ba4b4707246f10cf6 /object_base.h | |
parent | 6286f890c132b9cd6a36d585735e5d7310dc0abf (diff) |
Formatting
Diffstat (limited to 'object_base.h')
-rw-r--r-- | object_base.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/object_base.h b/object_base.h index 0b407ab..2651be0 100644 --- a/object_base.h +++ b/object_base.h @@ -1,5 +1,5 @@ -#ifndef _OBJECT_BASE_H_ -#define _OBJECT_BASE_H_ +#pragma once + class Object{ public: @@ -14,5 +14,3 @@ public: virtual void step(void); virtual void draw(void); }; - -#endif //_OBJECT_BASE_H_ |