Do poprawy centrowanie lasera i strzelanie w lewo i w prawo
This commit is contained in:
@@ -6,4 +6,14 @@ struct Position {
|
||||
int y;
|
||||
};
|
||||
|
||||
struct PositionU {
|
||||
unsigned int x;
|
||||
unsigned int y;
|
||||
};
|
||||
|
||||
struct PositionF {
|
||||
float x;
|
||||
float y;
|
||||
};
|
||||
|
||||
#endif //LOTOSTATEK_POSITION_H
|
||||
|
||||
Reference in New Issue
Block a user