metaforce/Runtime/CPhysicsActor.hpp

16 lines
198 B
C++

#ifndef __RETRO_CPHYSICSACTOR_HPP__
#define __RETRO_CPHYSICSACTOR_HPP__
#include "CActor.hpp"
namespace Retro
{
class CPhysicsActor : public CActor
{
};
}
#endif // __RETRO_CPHYSICSACTOR_HPP__