CommonHostInterface: Move fonts/logo to resources directory
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
#pragma once
|
||||
#include "common/types.h"
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
||||
class HostDisplayTexture;
|
||||
class CommonHostInterface;
|
||||
class SettingsInterface;
|
||||
struct Settings;
|
||||
@ -60,6 +62,7 @@ void Render();
|
||||
bool IsBindingInput();
|
||||
bool HandleKeyboardBinding(const char* keyName, bool pressed);
|
||||
|
||||
std::unique_ptr<HostDisplayTexture> LoadTextureResource(const char* name, bool allow_fallback = true);
|
||||
bool InvalidateCachedTexture(const std::string& path);
|
||||
|
||||
// Returns true if the message has been dismissed.
|
||||
|
||||
Reference in New Issue
Block a user