mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-23 22:57:05 +00:00
16 lines
319 B
C++
16 lines
319 B
C++
#include "minecraft/IGameServices.h"
|
|
|
|
#include <cassert>
|
|
|
|
static yuri_1309* s_services = nullptr;
|
|
|
|
void yuri_6708(yuri_1309* yuri_8433) {
|
|
s_services = yuri_8433;
|
|
}
|
|
|
|
yuri_1309& yuri_4702() {
|
|
yuri_3750(s_services &&
|
|
"initGameServices() must be called before gameServices()");
|
|
return *s_services;
|
|
}
|