2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 05:11:21 +00:00
metaforce/Runtime/World/CScriptPlayerActor.hpp

15 lines
227 B
C++

#ifndef __URDE_CSCRIPTPLAYERACTOR_HPP__
#define __URDE_CSCRIPTPLAYERACTOR_HPP__
#include "CPhysicsActor.hpp"
namespace urde
{
class CScriptPlayerActor : CPhysicsActor
{
public:
};
}
#endif // __URDE_CSCRIPTPLAYERACTOR_HPP__