mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-15 02:36:40 -04:00
you can now visit caredbar!
This commit is contained in:
parent
bf59962724
commit
3b903e2b52
55 changed files with 953 additions and 1428 deletions
|
@ -1,5 +1,6 @@
|
|||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifndef _SKELDAL_PLATFORM_HEADER_
|
||||
#define _SKELDAL_PLATFORM_HEADER_
|
||||
|
@ -38,6 +39,9 @@ char get_control_key_state(void);
|
|||
char get_shift_key_state(void);
|
||||
char get_capslock_state(void);
|
||||
void display_error(const char *text);
|
||||
///returns -1 if doesn't exists
|
||||
char check_file_exists(const char *pathname);
|
||||
FILE *fopen_icase(const char *pathname, const char *mode);
|
||||
|
||||
int stricmp(const char *a, const char *b);
|
||||
#define MIN(a, b) ((a)<(b)?(a):(b))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue