2
0
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:
Jack Andersen
2015-08-21 15:58:41 -10:00
parent 731d8bbcb4
commit b51911ed3d
53 changed files with 882 additions and 517 deletions

15
Runtime/CPhysicsActor.hpp Normal file
View 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__