From ad9d6a199db7c28f8b20f131dfb55a26e0e251de Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sun, 23 Mar 2025 21:11:13 +0300 Subject: Again... --- include/platform/getch.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 include/platform/getch.h (limited to 'include/platform/getch.h') diff --git a/include/platform/getch.h b/include/platform/getch.h deleted file mode 100644 index 490b536..0000000 --- a/include/platform/getch.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef __GETCH_H__ -#define __GETCH_H__ - -#ifdef _WIN32 -#include -#define getch _getche -#else -int getch(void); -#endif /* _WIN32 */ - -void getch_init(void); - -#endif /* __GETCH_H__ */ -- cgit 1.4.1