mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
12 lines
170 B
C++
12 lines
170 B
C++
#ifndef ACT3SHARK_H
|
|
#define ACT3SHARK_H
|
|
|
|
#include "legoanimactor.h"
|
|
|
|
class Act3Shark : public LegoAnimActor
|
|
{
|
|
// VTABLE 0x100d7920
|
|
};
|
|
|
|
#endif // ACT3SHARK_H
|