mirror of
https://github.com/PrimeDecomp/echoes.git
synced 2026-03-31 14:23:06 -07:00
13 lines
215 B
C++
13 lines
215 B
C++
#ifndef _CSCRIPTACTOR
|
|
#define _CSCRIPTACTOR
|
|
|
|
#include "MetroidPrime/CPhysicsActor.hpp"
|
|
|
|
class CScriptActor : public CPhysicsActor {
|
|
public:
|
|
bool CheckActorRenderOnly() const;
|
|
// TODO
|
|
};
|
|
|
|
#endif // _CSCRIPTACTOR
|