Roguelike
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
builder.h
Go to the documentation of this file.
1 #ifndef ROGUELIKE_BUILDER_H_
2 #define ROGUELIKE_BUILDER_H_
3 
4 namespace game {
5 namespace builder {
6 
7 class ObjectBuilder;
8 
9 } // namespace builder
10 } // namespace game
11 
12 #endif
Definition: aim.cc:15