mirror of
https://github.com/zeldaret/botw
synced 2026-05-30 17:05:37 -04:00
8 lines
107 B
C++
8 lines
107 B
C++
#include "Game/gameScene.h"
|
|
|
|
namespace uking {
|
|
|
|
bool GameScene::sIsOpenWorldDemo{};
|
|
|
|
} // namespace uking
|