This repository has been archived on 2025-06-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
LotoStatek/headers/PowerUp.h
2025-01-05 18:35:39 +01:00

10 lines
116 B
C++

#ifndef POWERUP_H
#define POWERUP_H
#include "ObjectItem.hpp"
class PowerUp : ObjectItem {
};
#endif //POWERUP_H