mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-15 17:11:20 +00:00
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
|