Ви не можете вибрати більше 25 тем
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213 |
- #ifndef BUG_H
- #define BUG_H
-
- #include "entity.h"
-
- namespace pabloader {
- class Bug : public Entity {
- public:
- Bug(Debuggers* game);
- };
- }
-
- #endif
|