Kinoko
A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
Option.hh
1
#pragma once
2
3
#include <
Common.hh
>
4
5
#include <optional>
6
7
namespace
Host
{
8
9
enum class
EOption {
10
Invalid = -1,
11
Mode,
12
Suite,
13
Ghost,
14
};
15
16
namespace
Option {
17
18
std::optional<EOption> CheckFlag(
const
char
*arg);
19
20
}
// namespace Option
21
}
// namespace Host
Common.hh
This header houses common data types such as our integral types and enums.
Host
Represents the host application.
Definition
Option.cc:5
host
Option.hh
Made by
Malleo
. Logo by
vabold
. Website generated by
Doxygen
1.12.0