Test now can work the enemy AI to prototype behavior.
This commit is contained in:
parent
db5a371766
commit
2815375836
6 changed files with 59 additions and 6 deletions
3
ai.hpp
3
ai.hpp
|
@ -27,6 +27,8 @@ namespace ai {
|
|||
void set_state(std::string name, bool setting);
|
||||
|
||||
void update();
|
||||
|
||||
void dump();
|
||||
};
|
||||
|
||||
struct AIManager {
|
||||
|
@ -55,4 +57,5 @@ namespace ai {
|
|||
|
||||
/* Mostly used for debugging and validation. */
|
||||
AIProfile* profile();
|
||||
void check_valid_action(std::string name, std::string msg);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue