Hi my plugin project has grown into a huge inconvenient file, so i tried to split it into a number of files. For example i created atcommands.c and atcommands.h
atcommands.h:
struct atcommands_interface { bool (*atcommand_test) (const int fd, struct map_session_data* sd, const char* command...