Kinoko
A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
ObjectNoImpl.cc
1
#include "ObjectNoImpl.hh"
2
3
#include "game/field/ObjectDirector.hh"
4
5
namespace
Field
{
6
7
ObjectNoImpl::ObjectNoImpl(
const
System::MapdataGeoObj
¶ms) : ObjectBase(params) {}
8
9
ObjectNoImpl::~ObjectNoImpl() =
default
;
10
11
void
ObjectNoImpl::load() {
12
ObjectDirector::Instance()->addObjectNoImpl(
this
);
13
}
14
15
}
// namespace Field
System::MapdataGeoObj
Definition
MapdataGeoObj.hh:9
Field
Pertains to collision.
Definition
BoxColManager.cc:8
game
field
obj
ObjectNoImpl.cc
Made by
Malleo
. Logo by
vabold
. Website generated by
Doxygen
1.12.0