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__