mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
Prelim CPlayer imps, fix race condition in CGameGlobalObjects
This commit is contained in:
14
Runtime/World/CScriptPlayerActor.hpp
Normal file
14
Runtime/World/CScriptPlayerActor.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef __URDE_CSCRIPTPLAYERACTOR_HPP__
|
||||
#define __URDE_CSCRIPTPLAYERACTOR_HPP__
|
||||
#include "CPhysicsActor.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CScriptPlayerActor : CPhysicsActor
|
||||
{
|
||||
public:
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
#endif // __URDE_CSCRIPTPLAYERACTOR_HPP__
|
||||
Reference in New Issue
Block a user