Kinoko
A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
ItemId.hh
1
#pragma once
2
3
namespace
Item
{
4
5
enum class
ItemId {
6
TRIPLE_MUSHROOM = 0x5,
7
NONE = 0x14,
8
};
9
10
}
// namespace Item
Item
Pertains to item handling.
Definition
ItemDirector.cc:5
game
item
ItemId.hh
Made by
Malleo
. Logo by
vabold
. Website generated by
Doxygen
1.12.0