2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 05:47:42 +00:00

Compile fixes, and initial asset name parser

This commit is contained in:
2017-07-02 03:18:38 -07:00
parent 704e1b110a
commit 38a13868f0
21 changed files with 528 additions and 112 deletions

View File

@@ -9,7 +9,7 @@ class IWeaponRenderer
{
public:
virtual ~IWeaponRenderer() = default;
virtual void AddParticleGen(const CParticleGen&);
virtual void AddParticleGen(const CParticleGen&)=0;
};
class CDefaultWeaponRenderer : public IWeaponRenderer