This commit is contained in:
aozhiwei 2023-11-04 21:57:02 +08:00
parent 19f31f7dea
commit b3c10edf1c
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
#include <f8/btmgr.h>
#include "room.h"
#include "perft.h"
#include "perf.h"
BaseAgent::BaseAgent():behaviac::Agent()
{

View File

@ -6,7 +6,7 @@
#include "base_agent.h"
#include "btcontext.h"
#include "btevent.h"
#include "perft.h"
#include "perf.h"
BtCoroutine::BtCoroutine(std::shared_ptr<BtContext> context, int id, const char* name)
{

View File

@ -5,7 +5,7 @@
#include "human.h"
#include "app.h"
#include "perfmonitor.h"
#include "perft.h"
#include "perf.h"
Entity::Entity()
{