diff options
author | HampusM <hampus@hampusmat.com> | 2022-01-09 21:47:23 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-01-09 21:47:23 +0100 |
commit | 8ceb79db1d0687bba005cef4a77bb889bf7ec3c3 (patch) | |
tree | b7c13359f652506d60c8556ea386ae8d50bfc5bc /src/position.h | |
parent | 097aa95c1f0cb159e7d9d0a3edf9284c421ee298 (diff) |
refactor: rewrite to c++
Diffstat (limited to 'src/position.h')
-rw-r--r-- | src/position.h | 12 |
1 files changed, 0 insertions, 12 deletions
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 |