/* * Created by yuuta on 7/24/22. */ #ifndef ACRONC_HELPERS_H #define ACRONC_HELPERS_H #include #ifdef _WIN32 #include #include #else #include #endif const char *ntop(const struct sockaddr *sa); const char *world_name(enum ac_world world); #endif /* ACRONC_HELPERS_H */