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