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