ASAPCabinetFE
Loading...
Searching...
No Matches
iapp_callbacks.h
1
#ifndef IAPP_CALLBACKS_H
2
#define IAPP_CALLBACKS_H
3
4
class
ISoundManager
;
// Forward declaration
5
22
class
IAppCallbacks
{
23
public
:
24
virtual
void
reloadFont(
bool
standaloneMode) = 0;
25
virtual
void
reloadWindows() = 0;
26
virtual
void
reloadAssetsAndRenderers() = 0;
27
virtual
void
reloadTablesAndTitle() = 0;
28
virtual
void
reloadOverlaySettings() = 0;
29
virtual
ISoundManager
* getSoundManager() = 0;
// Changed to ISoundManager*
30
virtual
~IAppCallbacks
() =
default
;
31
};
32
33
#endif
// IAPP_CALLBACKS_H
IAppCallbacks
Interface for handling various application callbacks.
Definition
iapp_callbacks.h:22
ISoundManager
Interface for managing sound operations.
Definition
isound_manager.h:14
src
core
iapp_callbacks.h
Generated by
1.9.8