mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 17:47:42 +00:00
CPatterned/ScriptLoader: Convert function typedefs to using aliases
Same thing, but more readable.
This commit is contained in:
@@ -18,7 +18,7 @@ class CScannableParameters;
|
||||
class CStateManager;
|
||||
class CVisorParameters;
|
||||
|
||||
typedef CEntity* (*FScriptLoader)(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info);
|
||||
using FScriptLoader = CEntity* (*)(CStateManager& mgr, CInputStream& in, int propCount, const CEntityInfo& info);
|
||||
|
||||
class ScriptLoader {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user