mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 11:41:15 +00:00
24 lines
612 B
C++
24 lines
612 B
C++
#ifndef LEGOCARBUILD_H
|
|
#define LEGOCARBUILD_H
|
|
|
|
#include "legoworld.h"
|
|
|
|
#ifndef undefined4
|
|
#define undefined4 int
|
|
#endif
|
|
|
|
class LegoCarBuild : public LegoWorld
|
|
{
|
|
public:
|
|
LegoCarBuild();
|
|
|
|
virtual undefined4 VTable0x64(); // vtable+0x64
|
|
virtual void VTable0x68(char param_1); // vtable+0x68
|
|
virtual void VTable0x6c(); // vtable+0x6c
|
|
virtual void VTable0x74(float* param_1, float* param_2); // vtable+0x74
|
|
virtual void VTable0x78(float* param_1, float* param_2); // vtable+0x78
|
|
virtual void VTable0x7c(float* param_1, float* param_2); // vtable+0x7c
|
|
};
|
|
|
|
#endif // LEGOCARBUILD_H
|