better skybox

This commit is contained in:
Nishi 2026-01-25 13:05:30 +09:00
commit c0cb0062c1
Signed by: nishi
GPG key ID: 27EF69B208EB9343
7 changed files with 29 additions and 11 deletions

View file

@ -174,3 +174,7 @@ GSClient GSEngineGetClient(GSEngine engine) {
GSServer GSEngineGetServer(GSEngine engine) {
return engine->server;
}
GSNumber GSEngineGetTPS(GSEngine engine) {
return engine->tps;
}