1
This commit is contained in:
parent
58f34e83b5
commit
6ebf56ae12
@ -11,3 +11,8 @@ AndroidAgent::AndroidAgent()
|
||||
AndroidAgent::~AndroidAgent()
|
||||
{
|
||||
}
|
||||
|
||||
behaviac::EBTStatus AndroidAgent::CoIdle(int min_val, int max_val)
|
||||
{
|
||||
|
||||
}
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
#include "base_agent.h"
|
||||
|
||||
#include "behaviac/behaviac.h"
|
||||
|
||||
namespace a8
|
||||
{
|
||||
template<typename T>
|
||||
@ -21,6 +23,8 @@ public:
|
||||
|
||||
//BEHAVIAC_DECLARE_AGENTTYPE(AndroidAgent, BaseAgent)
|
||||
|
||||
behaviac::EBTStatus CoIdle(int min_val, int max_val);
|
||||
|
||||
public:
|
||||
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user