Migrate to inline=deferred,noauto

This commit is contained in:
2022-07-28 09:19:26 -04:00
parent 93eb46aedd
commit 863cf71312
10 changed files with 150 additions and 150 deletions

View File

@@ -3,6 +3,7 @@
class CParticleGen;
class IWeaponRenderer {
public:
virtual ~IWeaponRenderer() {}
virtual void AddParticleGen(const CParticleGen& gen) = 0;
@@ -18,6 +19,4 @@ public:
void AddParticleGen(const CParticleGen& gen);
};
static CDefaultRenderer sDefaultRenderer = CDefaultRenderer();;
#endif //__IWEAPONRENDERER_HPP__