Inicio do sistema de tiro.
[Projeto-PCG.git] / shot.h
blobe8abe936b7e454a40557691db59f6db789b23b05
1 #ifndef SHOT_H
2 #define SHOT_H
4 #include "thing.h"
6 class Shot: public Thing {
7 //public:
8 };
10 #endif