diff options
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,4 +20,8 @@ bool check_circle(int px, int py, int x, int y, int r); // Check if point (px, py) is inside a capsule in (x, y), (x+w, y), (x, y+h) and (w+h, y+h) bool check_capsule(int px, int py, int x, int y, int w, int h); +char *strslice(const char *string, size_t start, size_t end); + +char *strcopy(const char *string); + #endif |
