YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
IObjectLoader.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_IOBJECTLOADER_HPP
2
# define YAPOG_IOBJECTLOADER_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/System/String.hpp
"
6
7
namespace
yap
8
{
9
struct
ILoadable;
10
11
struct
YAPOG_LIB
IObjectLoader
12
{
13
virtual
~IObjectLoader
() {}
14
15
virtual
ILoadable
* Load (
16
IReader
& reader,
17
const
String
& rootNodeName) = 0;
18
};
19
}
// namespace yap
20
21
#endif // YAPOG_IOBJECTLOADER_HPP
YAPOG
include
YAPOG
Game
Factory
IObjectLoader.hpp
Generated on Mon Sep 17 2012 22:24:23 for YAPOG by
1.8.1.1