mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 05:07:43 +00:00
CPatterned/ScriptLoader: Convert function typedefs to using aliases
Same thing, but more readable.
This commit is contained in:
@@ -26,7 +26,8 @@ namespace urde {
|
||||
class CPatternedInfo;
|
||||
class CProjectileInfo;
|
||||
class CPathFindSearch;
|
||||
typedef void (CPatterned::*CPatternedTryFunc)(CStateManager&, int);
|
||||
|
||||
using CPatternedTryFunc = void (CPatterned::*)(CStateManager&, int);
|
||||
|
||||
class CPatterned : public CAi {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user