This commit is contained in:
azw 2023-11-28 16:19:55 +08:00
parent a9492a4e7f
commit 1bb54aec18
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<workspace name="robot2006" folder="behaviors" export="exported" language="cpp" version="3"> <workspace name="robot2006" folder="behaviors" export="exported" language="cpp" userelativepath="false" version="3">
<export> <export>
<cpp> <cpp>
<isexported>False</isexported> <isexported>False</isexported>