branch | noai |
changeset 9829 | 80fbe02a4184 |
parent 9816 | 35e866676c00 |
child 11058 | 3305a425f55b |
9828:38be66875b45 | 9829:80fbe02a4184 |
---|---|
1 /* $Id$ */ |
1 /* $Id$ */ |
2 |
2 |
3 /** @file ai_list.hpp a simple list which you can manipulate */ |
3 /** @file ai_list.hpp List custom entries. */ |
4 /** @defgroup AIList AIList - Valuators and lists working on/with AIList */ |
|
5 |
4 |
6 #ifndef AI_LIST_HPP |
5 #ifndef AI_LIST_HPP |
7 #define AI_LIST_HPP |
6 #define AI_LIST_HPP |
8 |
7 |
9 #include "ai_abstractlist.hpp" |
8 #include "ai_abstractlist.hpp" |