mirror of
https://github.com/PrimeDecomp/prime.git
synced 2026-03-31 14:22:54 -07:00
0019a1bd46
Former-commit-id: 7b1fc72739
12 lines
214 B
C++
12 lines
214 B
C++
#ifndef _CSCRIPTDOCK
|
|
#define _CSCRIPTDOCK
|
|
|
|
#include "MetroidPrime/CPhysicsActor.hpp"
|
|
|
|
class CScriptDock : public CPhysicsActor {
|
|
public:
|
|
void SetDockReference(CStateManager& mgr, int);
|
|
};
|
|
|
|
#endif // _CSCRIPTDOCK
|