mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-16 03:06:45 -04:00
linux release build, cleanup repository
This commit is contained in:
parent
529b3e8bf8
commit
3d8ee275e4
441 changed files with 280 additions and 65861 deletions
|
@ -16,8 +16,8 @@
|
|||
#pragma warning(disable: 4456)
|
||||
#pragma warning(disable: 4457)
|
||||
#pragma warning(disable: 4702)
|
||||
#define CASE_FALLTHROUGH
|
||||
#else
|
||||
#define CASE_FALLTHROUGH
|
||||
#else
|
||||
#define CASE_FALLTHROUGH [[fallthrough]]
|
||||
#endif
|
||||
|
||||
|
@ -88,6 +88,7 @@ const char *file_icase_find(const char *pathname);
|
|||
|
||||
int istrcmp(const char *a, const char *b);
|
||||
int imatch(const char *haystack, const char *needle);
|
||||
const char *strcopy_n(char *target, const char *source, int target_size);
|
||||
#define MIN(a, b) ((a)<(b)?(a):(b))
|
||||
#define MAX(a, b) ((a)>(b)?(a):(b))
|
||||
void strupper(char *c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue