mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 22:27:42 +00:00
more classes added
This commit is contained in:
15
Runtime/CPhysicsActor.hpp
Normal file
15
Runtime/CPhysicsActor.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __RETRO_CPHYSICSACTOR_HPP__
|
||||
#define __RETRO_CPHYSICSACTOR_HPP__
|
||||
|
||||
#include "CActor.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
|
||||
class CPhysicsActor : public CActor
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __RETRO_CPHYSICSACTOR_HPP__
|
||||
Reference in New Issue
Block a user