mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-23 07:58:21 -05:00
a01bcf5241
* Insert newline at EOF * Fix formatting
11 lines
174 B
C++
11 lines
174 B
C++
#include "jetski.h"
|
|
|
|
DECOMP_SIZE_ASSERT(Jetski, 0x164);
|
|
|
|
// OFFSET: LEGO1 0x1007e3b0
|
|
Jetski::Jetski()
|
|
{
|
|
this->m_unk13c = 25.0;
|
|
this->m_unk150 = 2.0;
|
|
this->m_unk148 = 1;
|
|
}
|