diff options
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/common.h b/include/common.h deleted file mode 100644 index 11b11d4..0000000 --- a/include/common.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef COMMON_H_ -#define COMMON_H_ - -struct point { - int x; - int y; -}; - -#endif // COMMON_H_ |