mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 19:51:16 +00:00
12 lines
188 B
C++
12 lines
188 B
C++
#ifndef JETSKIRACE_H
|
|
#define JETSKIRACE_H
|
|
|
|
class PizzeriaState : public LegoState
|
|
{
|
|
// OFFSET: LEGO1 0x10015aa0
|
|
PizzeriaState();
|
|
|
|
// Size 0xb4
|
|
};
|
|
|
|
#endif // JETSKIRACE_H
|