mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-06 03:28:35 -04:00
23 lines
504 B
C++
23 lines
504 B
C++
//
|
|
// Generated by dtk
|
|
// Translation Unit: d_a_leaflift_static.cpp
|
|
//
|
|
|
|
#include "d/actor/d_a_leaflift.h"
|
|
#include "dolphin/types.h"
|
|
|
|
const f32 daLlift_c::m_height = 560.0f;
|
|
const f32 daLlift_c::m_max_speed = 10.0f;
|
|
const f32 daLlift_c::m_min_speed = 5.0f;
|
|
|
|
/* 800690E4-80069100 .text checkEndDownLift__9daLlift_cFv */
|
|
void daLlift_c::checkEndDownLift() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 80069100-800692C4 .text MoveUpLift__9daLlift_cFv */
|
|
void daLlift_c::MoveUpLift() {
|
|
/* Nonmatching */
|
|
}
|
|
|