mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
CScriptGunTurret: Move static const data into the cpp file
Makes the data fully internally linked and also allows making said data constexpr.
This commit is contained in:
@@ -104,14 +104,6 @@ public:
|
||||
};
|
||||
|
||||
class CScriptGunTurret : public CPhysicsActor {
|
||||
static const SBurst skOOVBurst4InfoTemplate[];
|
||||
static const SBurst skOOVBurst3InfoTemplate[];
|
||||
static const SBurst skOOVBurst2InfoTemplate[];
|
||||
static const SBurst skBurst4InfoTemplate[];
|
||||
static const SBurst skBurst3InfoTemplate[];
|
||||
static const SBurst skBurst2InfoTemplate[];
|
||||
static const SBurst* skBursts[];
|
||||
|
||||
public:
|
||||
enum class ETurretComponent { Base, Gun };
|
||||
enum class ETurretState {
|
||||
|
||||
Reference in New Issue
Block a user