mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2025-01-01 08:43: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
|
#pragma once
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
class ModuleList;
|
|
||||||
|
|
||||||
class FLAUtils
|
class FLAUtils
|
||||||
{
|
{
|
||||||
|
@ -36,9 +35,9 @@ public:
|
||||||
uint16_t value;
|
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 bool UsesEnhancedIMGs();
|
||||||
|
|
||||||
static void SetCdStreamWakeFunction( CdStreamWakeFunc func )
|
static void SetCdStreamWakeFunction( CdStreamWakeFunc func )
|
||||||
|
|
Loading…
Reference in a new issue