metaforce/Runtime/CPhysicsActor.hpp

16 lines
198 B
C++
Raw Normal View History

2015-08-22 01:58:41 +00:00
#ifndef __RETRO_CPHYSICSACTOR_HPP__
#define __RETRO_CPHYSICSACTOR_HPP__
#include "CActor.hpp"
namespace Retro
{
class CPhysicsActor : public CActor
{
};
}
#endif // __RETRO_CPHYSICSACTOR_HPP__