mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-12-28 23:03:01 +05:00
TheFLAUtils update
This commit is contained in:
parent
16a8b15086
commit
34a8b4b648
1 changed files with 2 additions and 3 deletions
|
@ -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 a new issue