Skip to content

Commit 3516c86

Browse files
committed
add isalnum definition...
1 parent 0d12fad commit 3516c86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/common.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
#include <stdint.h>
77
#include "./la.h"
88

9+
#ifdef _WIN32
10+
int isalnum(int c);
11+
#endif // _WIN32
12+
913
#define SCREEN_WIDTH 800
1014
#define SCREEN_HEIGHT 600
1115
#define FPS 60

0 commit comments

Comments
 (0)