A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
SceneId.hh
1#pragma once
2
3namespace Host {
4
5enum class SceneId {
6 Root = 0,
7 Race = 2,
8};
9
10} // namespace Host
Represents the host application.
Definition Option.cc:5