Refactor of structs
Refactored Size and Position Placed them in different .h files
This commit is contained in:
9
headers/Position.h
Normal file
9
headers/Position.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef LOTOSTATEK_POSITION_H
|
||||
#define LOTOSTATEK_POSITION_H
|
||||
|
||||
struct Position {
|
||||
int x;
|
||||
int y;
|
||||
};
|
||||
|
||||
#endif //LOTOSTATEK_POSITION_H
|
||||
Reference in New Issue
Block a user