powerup init commit
This commit is contained in:
9
headers/PowerUp.h
Normal file
9
headers/PowerUp.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef POWERUP_H
|
||||
#define POWERUP_H
|
||||
#include "ObjectItem.hpp"
|
||||
|
||||
class PowerUp : ObjectItem {
|
||||
|
||||
};
|
||||
|
||||
#endif //POWERUP_H
|
||||
Reference in New Issue
Block a user