diff options
Diffstat (limited to 'src/position.c')
-rw-r--r-- | src/position.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/position.c b/src/position.c deleted file mode 100644 index a7465ab..0000000 --- a/src/position.c +++ /dev/null @@ -1,8 +0,0 @@ -#include "position.h" - -Position position_create(unsigned int x, unsigned int y) -{ - Position pos = {.x = x, .y = y}; - - return pos; -} |