moved getenvint into the ifndef guard

This commit is contained in:
Andrei "Akari" Alexeyev 2017-02-16 08:00:28 +02:00
parent 0be20dab0d
commit 7e531092db

View file

@ -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);