Kinoko
A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
ObjectDossunc.hh
1
#pragma once
2
3
#include "game/field/obj/ObjectCollidable.hh"
4
5
namespace
Field
{
6
8
class
ObjectDossunc
final :
public
ObjectCollidable
{
9
public
:
10
ObjectDossunc
(
const
System::MapdataGeoObj
¶ms);
11
~ObjectDossunc
()
override
;
12
14
void
load()
override
{}
15
};
16
17
}
// namespace Field
Field::ObjectCollidable
Definition
ObjectCollidable.hh:16
Field::ObjectDossunc
Holder class for one of various Thwomp "modes".
Definition
ObjectDossunc.hh:8
System::MapdataGeoObj
Definition
MapdataGeoObj.hh:9
Field
Pertains to collision.
Definition
BoxColManager.cc:8
game
field
obj
ObjectDossunc.hh
Made by
Malleo
. Logo by
vabold
. Website generated by
Doxygen
1.12.0