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
12 lines
186 B
C++
12 lines
186 B
C++
#include "dunebuggy.h"
|
|
|
|
#include "decomp.h"
|
|
|
|
DECOMP_SIZE_ASSERT(DuneBuggy, 0x16c);
|
|
|
|
// OFFSET: LEGO1 0x10067bb0
|
|
DuneBuggy::DuneBuggy()
|
|
{
|
|
this->m_unk13c = 25.0;
|
|
this->m_unk164 = 1.0;
|
|
}
|