spawning objects
This commit is contained in:
@@ -17,9 +17,9 @@ public:
|
||||
~Object() { destroyed(); }
|
||||
|
||||
public:
|
||||
virtual void spawned() { }
|
||||
virtual void spawned() { }
|
||||
virtual void update(float delta) { }
|
||||
virtual void destroyed() { }
|
||||
virtual void destroyed() { }
|
||||
};
|
||||
|
||||
#endif /* OBJECT_H */
|
||||
Reference in New Issue
Block a user