summaryrefslogtreecommitdiff
path: root/src/REL/d/t/d_t_ship_slope.cpp
blob: e324e03c00632e878865c63cb6114cbf5b705bc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "d/t/d_t_ship_slope.h"

SPECIAL_ACTOR_PROFILE(TAG_SHIP_SLOPE, dTgShipSlope_c, fProfile::TAG_SHIP_SLOPE, 0x21F, 0, 0);

STATE_DEFINE(dTgShipSlope_c, Wait);
STATE_DEFINE(dTgShipSlope_c, Stop);

void dTgShipSlope_c::initializeState_Wait() {}
void dTgShipSlope_c::executeState_Wait() {}
void dTgShipSlope_c::finalizeState_Wait() {}
void dTgShipSlope_c::initializeState_Stop() {}
void dTgShipSlope_c::executeState_Stop() {}
void dTgShipSlope_c::finalizeState_Stop() {}