Grail (C++)  1.4.0
A multi-platform, modular, universal engine for embedding advanced AI in games.
BehaviorModel.h
1 // Copyright QED Software 2023.
2 
3 #ifndef GRAIL_BEHAVIOR_MODEL_H
4 #define GRAIL_BEHAVIOR_MODEL_H
5 
6 #include <string>
7 
8 namespace grail
9 {
10 namespace data
11 {
13  {
14  std::string name{};
15  };
16 }
17 }
18 
19 #endif
grail::data::BehaviorModel
Definition: BehaviorModel.h:12