minecraft-pi-reborn/mods/src/server/server.h

16 lines
145 B
C
Raw Normal View History

2020-10-10 23:02:13 +00:00
#ifndef SERVER_H
#define SERVER_H
#ifdef __cplusplus
extern "C" {
2020-12-02 23:18:49 +00:00
#endif\
2020-10-10 23:02:13 +00:00
const char *server_get_motd();
2020-12-01 17:02:48 +00:00
2020-10-10 23:02:13 +00:00
#ifdef __cplusplus
}
#endif
#endif