GameKit  0.0.1a
C++ gamedev tools
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 
18 
19 namespace gk {
20 
22  public:
23  void load(const char *xmlFilename, ResourceHandler &handler);
24 };
25 
26 } // namespace gk
27 
28 #endif // GK_TILESETLOADER_HPP_
void load(const char *xmlFilename, ResourceHandler &handler)