FreeRDP
sdl2_resource_manager.hpp
1
18
#pragma once
19
20
#include <string>
21
#include <map>
22
#include <vector>
23
#include <SDL.h>
24
25
#include <res/sdl_resource_manager.hpp>
26
27
class
SDL2ResourceManager
:
public
SDLResourceManager
28
{
29
public
:
30
SDL2ResourceManager
() =
delete
;
31
SDL2ResourceManager
(
const
SDL2ResourceManager
& other) =
delete
;
32
SDL2ResourceManager
(
const
SDL2ResourceManager
&& other) =
delete
;
33
~
SDL2ResourceManager
() =
delete
;
34
SDL2ResourceManager
& operator=(
const
SDL2ResourceManager
& other) =
delete
;
35
SDL2ResourceManager
& operator=(
SDL2ResourceManager
&& other) =
delete
;
36
37
static
SDL_RWops*
get
(
const
std::string& type,
const
std::string&
id
);
38
};
SDL2ResourceManager
Definition:
sdl2_resource_manager.hpp:28
SDL2ResourceManager::get
static SDL_RWops * get(const std::string &type, const std::string &id)
Definition:
sdl2_resource_manager.cpp:21
SDLResourceManager
Definition:
sdl_resource_manager.hpp:25
client
SDL
SDL2
dialogs
res
sdl2_resource_manager.hpp
Generated by
1.9.1