This commit is contained in:
azw 2023-11-28 16:18:48 +08:00
parent 7ad6c7d7f2
commit a9492a4e7f
2 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,8 @@
#include "behaviac/behaviac.h"
// YOU SHOULD SET THE HEADER FILES OF YOUR GAME WHEN EXPORTING CPP FILES ON THE BEHAVIAC EDITOR:
#include "../../../base_agent.h"
#include "../../../android_agent.h"
#endif // _BEHAVIAC_HEADERS_H_

View File

@ -5,6 +5,10 @@
<isexported>False</isexported>
<exportfilecount>1</exportfilecount>
<folder>../exported</folder>
<includedfilenames>
<includedfilename>base_agent.h</includedfilename>
<includedfilename>android_agent.h</includedfilename>
</includedfilenames>
</cpp>
</export>
</workspace>