A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
Host Namespace Reference

Detailed Description

Represents the host application.

Classes

class  SceneCreatorDynamic
 

Enumerations

enum class  EOption {
  Invalid = -1 ,
  Mode ,
  Suite ,
  Ghost
}
 
enum class  SceneId {
  Root = 0 ,
  Race = 2
}
 

Enumeration Type Documentation

◆ EOption

enum class Host::EOption
strong

Definition at line 9 of file Option.hh.

◆ SceneId

enum class Host::SceneId
strong

Definition at line 5 of file SceneId.hh.