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