mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Add decomp size asserts
This commit is contained in:
parent
e3458b8419
commit
e378ad4224
@ -1,5 +1,9 @@
|
|||||||
#include "ambulance.h"
|
#include "ambulance.h"
|
||||||
|
|
||||||
|
#include "decomp.h"
|
||||||
|
|
||||||
|
DECOMP_SIZE_ASSERT(Ambulance, 0x184);
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x10035ee0
|
// OFFSET: LEGO1 0x10035ee0
|
||||||
Ambulance::Ambulance()
|
Ambulance::Ambulance()
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,5 +1,9 @@
|
|||||||
#include "bike.h"
|
#include "bike.h"
|
||||||
|
|
||||||
|
#include "decomp.h"
|
||||||
|
|
||||||
|
DECOMP_SIZE_ASSERT(Bike, 0x164);
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x10076670
|
// OFFSET: LEGO1 0x10076670
|
||||||
Bike::Bike()
|
Bike::Bike()
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,5 +1,9 @@
|
|||||||
#include "dunebuggy.h"
|
#include "dunebuggy.h"
|
||||||
|
|
||||||
|
#include "decomp.h"
|
||||||
|
|
||||||
|
DECOMP_SIZE_ASSERT(DuneBuggy, 0x16c);
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x10067bb0
|
// OFFSET: LEGO1 0x10067bb0
|
||||||
DuneBuggy::DuneBuggy()
|
DuneBuggy::DuneBuggy()
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,5 +1,9 @@
|
|||||||
#include "jetski.h"
|
#include "jetski.h"
|
||||||
|
|
||||||
|
#include "decomp.h"
|
||||||
|
|
||||||
|
DECOMP_SIZE_ASSERT(Jetski, 0x164);
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x1007e3b0
|
// OFFSET: LEGO1 0x1007e3b0
|
||||||
Jetski::Jetski()
|
Jetski::Jetski()
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,5 +1,9 @@
|
|||||||
#include "racecar.h"
|
#include "racecar.h"
|
||||||
|
|
||||||
|
#include "decomp.h"
|
||||||
|
|
||||||
|
DECOMP_SIZE_ASSERT(RaceCar, 0x164);
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x10028200
|
// OFFSET: LEGO1 0x10028200
|
||||||
RaceCar::RaceCar()
|
RaceCar::RaceCar()
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,5 +1,9 @@
|
|||||||
#include "skateboard.h"
|
#include "skateboard.h"
|
||||||
|
|
||||||
|
#include "decomp.h"
|
||||||
|
|
||||||
|
DECOMP_SIZE_ASSERT(SkateBoard, 0x168);
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x1000fd40
|
// OFFSET: LEGO1 0x1000fd40
|
||||||
SkateBoard::SkateBoard()
|
SkateBoard::SkateBoard()
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,5 +1,9 @@
|
|||||||
#include "towtrack.h"
|
#include "towtrack.h"
|
||||||
|
|
||||||
|
#include "decomp.h"
|
||||||
|
|
||||||
|
DECOMP_SIZE_ASSERT(TowTrack, 0x180);
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x1004c720
|
// OFFSET: LEGO1 0x1004c720
|
||||||
TowTrack::TowTrack()
|
TowTrack::TowTrack()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user