mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-23 07:58:21 -05:00
16 lines
262 B
C
16 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
|