This commit is contained in:
aozhiwei 2022-12-04 14:39:07 +08:00
parent 1bf81776d1
commit 7ed35b47e8

View File

@ -1,5 +1,4 @@
#ifndef _BEHAVIAC_ANDROIDAGENT_H_
#define _BEHAVIAC_ANDROIDAGENT_H_
#pragma once
#include "behaviac_headers.h"
@ -16,5 +15,3 @@ public:
behaviac::EBTStatus DoIdle(int time);
};
#endif