mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-05 22:33:28 +00:00
15 lines
227 B
C++
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__
|