From 34a8b4b6489975e334a7d033d23833014e3c5b12 Mon Sep 17 00:00:00 2001 From: Silent Date: Tue, 24 Apr 2018 23:39:44 +0200 Subject: [PATCH] TheFLAUtils update --- SilentPatch/TheFLAUtils.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/SilentPatch/TheFLAUtils.h b/SilentPatch/TheFLAUtils.h index c3c46b5..1b93d4a 100644 --- a/SilentPatch/TheFLAUtils.h +++ b/SilentPatch/TheFLAUtils.h @@ -1,7 +1,6 @@ #pragma once #include -class ModuleList; class FLAUtils { @@ -36,9 +35,9 @@ public: uint16_t value; }; - typedef void(*CdStreamWakeFunc)( struct CdStream* ); + using CdStreamWakeFunc = void(*)( struct CdStream* ); - static void Init( const ModuleList& moduleList ); + static void Init( const class ModuleList& moduleList ); static bool UsesEnhancedIMGs(); static void SetCdStreamWakeFunction( CdStreamWakeFunc func )