isle/LEGO1/pizza.cpp
Cydra 068e37040a Created a bunch more classes and added more information to exisiting ones
Did not error check, this was pushed just for reference
2023-06-21 14:24:59 +02:00

14 lines
149 B
C++

#include "pizza.h"
// OFFSET: LEGO1 0x10037ef0
Pizza::Pizza()
{
// TODO
}
// OFFSET: LEGO1 0x10038100
Pizza::~Pizza()
{
// TODO
}