mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-11-22 05:22:32 +01:00
TheFLAUtils update
This commit is contained in:
parent
16a8b15086
commit
34a8b4b648
@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
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 )
|
||||
|
Loading…
Reference in New Issue
Block a user