mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-23 08:08:03 -05:00
883f3429a7
* Implement/match LegoWorld::Destroy * Match * Match
15 lines
262 B
C++
15 lines
262 B
C++
#ifndef LEGOUNKNOWN100D6B4C_H
|
|
#define LEGOUNKNOWN100D6B4C_H
|
|
|
|
#include "decomp.h"
|
|
|
|
class LegoCacheSound;
|
|
|
|
// VTABLE: LEGO1 0x100d6b4c
|
|
// SIZE 0x20
|
|
class LegoUnknown100d6b4c {
|
|
public:
|
|
void FUN_1003dc40(LegoCacheSound** p_und);
|
|
};
|
|
|
|
#endif // LEGOUNKNOWN100D6B4C_H
|