| 56 | #pragma region Shortcut Commands |
| 57 | |
| 58 | static void OpenWindow(WindowClass wc) |
| 59 | { |
| 60 | if (gLegacyScene != LegacyScene::titleSequence) |
| 61 | { |
| 62 | ContextOpenWindow(wc); |
| 63 | } |
| 64 | } |
| 65 | |
| 66 | static void RotateCamera(int32_t direction) |
| 67 | { |
no test coverage detected