FreeRDP
Loading...
Searching...
No Matches
sdl_resource_file.cpp
1
18
#include "sdl_resource_file.hpp"
19
#include "sdl_resource_manager.hpp"
20
21
SDLResourceFile::SDLResourceFile
(
const
std::string& type,
const
std::string&
id
,
22
const
std::vector<unsigned char>& data)
noexcept
23
{
24
SDLResourceManager::insert(type,
id
, data);
25
}
26
27
SDLResourceFile::~SDLResourceFile() =
default
;
SDLResourceFile::SDLResourceFile
SDLResourceFile(const std::string &type, const std::string &id, const std::vector< unsigned char > &data) noexcept
Definition
sdl_resource_file.cpp:21
client
SDL
common
res
sdl_resource_file.cpp
Generated by
1.9.8