mirror of
https://github.com/zeldaret/ss
synced 2026-05-25 07:23:00 -04:00
6 lines
148 B
C++
6 lines
148 B
C++
#include "toBeSorted/scgame.h"
|
|
|
|
SpawnInfo ScGame::currentSpawnInfo = {};
|
|
SpawnInfo ScGame::nextSpawnInfo = {};
|
|
ScGame* ScGame::sInstance = nullptr;
|