2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-16 00:17:13 +00:00

Initial CBabygoth imps

This commit is contained in:
2018-12-31 00:37:52 -08:00
parent 147a9396c4
commit 4f3c8daf27
22 changed files with 604 additions and 94 deletions

View File

@@ -4,8 +4,7 @@
#include "World/CPathFindSearch.hpp"
#include "Weapon/CProjectileInfo.hpp"
namespace urde {
namespace MP1 {
namespace urde::MP1 {
class CSeedling : public CWallWalker {
static const std::string skNeedleLocators[2][6];
CPathFindSearch x5d8_searchPath;
@@ -42,5 +41,4 @@ public:
bool ShouldAttack(CStateManager&, float);
void MassiveDeath(CStateManager&);
};
} // namespace MP1
} // namespace urde