mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 01:26:08 +00:00
Huge compile performance refactor
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
|
||||
#include "World/CPatterned.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
namespace MP1
|
||||
namespace urde::MP1
|
||||
{
|
||||
class CSpacePirate : public CPatterned
|
||||
{
|
||||
@@ -16,5 +14,4 @@ public:
|
||||
void Accept(IVisitor &visitor);
|
||||
};
|
||||
}
|
||||
}
|
||||
#endif // __URDE_MP1_CSPACEPIRATE_HPP__
|
||||
|
||||
Reference in New Issue
Block a user