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

7 lines
103 B
C
Raw Normal View History

2024-01-24 01:51:36 +00:00
#pragma once
#include "server_properties.h"
2024-04-08 03:29:23 +00:00
extern "C" {
2024-01-24 01:51:36 +00:00
ServerProperties &get_server_properties();
2024-04-08 03:29:23 +00:00
}