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

7 lines
103 B
C

#pragma once
#include "server_properties.h"
extern "C" {
ServerProperties &get_server_properties();
}