From 8ceb79db1d0687bba005cef4a77bb889bf7ec3c3 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 9 Jan 2022 21:47:23 +0100 Subject: refactor: rewrite to c++ --- src/position.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/position.h (limited to 'src/position.h') diff --git a/src/position.h b/src/position.h deleted file mode 100644 index 05d21fa..0000000 --- a/src/position.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef POSITION_H -#define POSITION_H - -typedef struct Position -{ - unsigned int x; - unsigned int y; -} Position; - -Position position_create(unsigned int x, unsigned int y); - -#endif -- cgit v1.2.3-18-g5258