#include <vector>#include <server/ServerTextFilter.h>#include <server/ScorchedServer.h>#include <common/OptionsScorched.h>#include <common/Defines.h>Go to the source code of this file.
Defines | |
| #define | IS_SPACE(c) ((c < '0' || (c > '9' && c < 'A') || (c > 'Z' && c < 'a') || c > 'z')) |
1.5.3