moved getenvint into the ifndef guard
This commit is contained in:
parent
0be20dab0d
commit
7e531092db
1 changed files with 1 additions and 2 deletions
|
@ -152,6 +152,7 @@ bool strendswith(char *s, char *e);
|
|||
char* difficulty_name(Difficulty diff);
|
||||
void stralloc(char **dest, char *src);
|
||||
bool gamekeypressed(int key);
|
||||
int getenvint(const char *v);
|
||||
|
||||
#define SIGN(x) ((x > 0) - (x < 0))
|
||||
|
||||
|
@ -166,5 +167,3 @@ enum {
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
int getenvint(const char *v);
|
||||
|
|
Loading…
Reference in a new issue