diff options
Diffstat (limited to 'src/position.h')
-rw-r--r-- | src/position.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/position.h b/src/position.h index d1bc9eb..05d21fa 100644 --- a/src/position.h +++ b/src/position.h @@ -10,4 +10,3 @@ typedef struct Position Position position_create(unsigned int x, unsigned int y); #endif - |