R-Type  2
Doom but in better
Loading...
Searching...
No Matches
PowerUp.hpp
Go to the documentation of this file.
1#pragma once
2
11struct PowerUp {
12 bool enabled;
13};
Represents a power-up item and its enabled state.
Definition PowerUp.hpp:11
bool enabled
Definition PowerUp.hpp:12