FullscreenUI: Add notifications API
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
#include "common/types.h"
|
||||
#include <string>
|
||||
|
||||
class CommonHostInterface;
|
||||
class SettingsInterface;
|
||||
@ -47,6 +48,8 @@ void CloseQuickMenu();
|
||||
void Shutdown();
|
||||
void Render();
|
||||
|
||||
bool InvalidateCachedTexture(const std::string& path);
|
||||
|
||||
// Returns true if the message has been dismissed.
|
||||
bool DrawErrorWindow(const char* message);
|
||||
bool DrawConfirmWindow(const char* message, bool* result);
|
||||
|
||||
Reference in New Issue
Block a user