diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 2014-06-29 18:58:43 -0400 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2014-06-29 18:58:43 -0400 |
| commit | 2ce6fea54fd1327c6744183600acd0fc5bd0f082 (patch) | |
| tree | a13da2e40ed8d62e22c4280516921ca97c0027c0 /util.h | |
| parent | 18e379aabbfd6698605bca0c4ea8cd619ce3c3a1 (diff) | |
| download | wargames-server-2ce6fea54fd1327c6744183600acd0fc5bd0f082.zip wargames-server-2ce6fea54fd1327c6744183600acd0fc5bd0f082.tar.gz wargames-server-2ce6fea54fd1327c6744183600acd0fc5bd0f082.tar.bz2 wargames-server-2ce6fea54fd1327c6744183600acd0fc5bd0f082.tar.xz | |
Features, bugfixes...
Diffstat (limited to 'util.h')
| -rw-r--r-- | util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ * Contact the author at contact@fwei.tk */ -#define SLEEP_TIME 0 +#define SLEEP_TIME 5000 void allLower(char*); void print_string(const char*); void remove_punct(char*); |