GameKit
0.0.1a
C++ gamedev tools
include
gk
resource
TilesetLoader.hpp
Go to the documentation of this file.
1
/*
2
* =====================================================================================
3
*
4
* Filename: TilesetLoader.hpp
5
*
6
* Description:
7
*
8
* Created: 15/02/2019 19:37:16
9
*
10
* Author: Quentin Bazin, <quent42340@gmail.com>
11
*
12
* =====================================================================================
13
*/
14
#ifndef GK_TILESETLOADER_HPP_
15
#define GK_TILESETLOADER_HPP_
16
17
#include "
gk/resource/IResourceLoader.hpp
"
18
19
namespace
gk
{
20
21
class
TilesetLoader
:
public
IResourceLoader
{
22
public
:
23
void
load
(
const
char
*xmlFilename,
ResourceHandler
&handler);
24
};
25
26
}
// namespace gk
27
28
#endif // GK_TILESETLOADER_HPP_
gk::ResourceHandler
Definition:
ResourceHandler.hpp:26
gk::TilesetLoader
Definition:
TilesetLoader.hpp:21
gk
Definition:
AudioPlayer.hpp:21
gk::TilesetLoader::load
void load(const char *xmlFilename, ResourceHandler &handler)
Definition:
TilesetLoader.cpp:21
gk::IResourceLoader
Definition:
IResourceLoader.hpp:23
IResourceLoader.hpp
Generated by
1.8.12