mirror of https://github.com/PrimeDecomp/prime.git
11 lines
156 B
C++
11 lines
156 B
C++
|
#ifndef _CSCRIPTRELAY
|
||
|
#define _CSCRIPTRELAY
|
||
|
|
||
|
#include "MetroidPrime/CEntity.hpp"
|
||
|
|
||
|
class CScriptRelay : public CEntity {
|
||
|
public:
|
||
|
};
|
||
|
|
||
|
#endif // _CSCRIPTRELAY
|