This commit is contained in:
aozhiwei 2022-12-26 18:31:23 +08:00
parent 7677df886c
commit 3b4fafd137
5 changed files with 8 additions and 2 deletions

View File

@ -28,7 +28,6 @@ bool AttrHelper::ParseAttr(std::shared_ptr<a8::XObject> xobj,
std::shared_ptr<a8::XObject> obj = xobj->At(i); std::shared_ptr<a8::XObject> obj = xobj->At(i);
if (obj->IsObject()) { if (obj->IsObject()) {
int attr_id = obj->Get("attr_id", 0); int attr_id = obj->Get("attr_id", 0);
int type = obj->Get("type", 0);
int val = obj->Get("val", 0); int val = obj->Get("val", 0);
{ {
float* p = GetAttrAbsPtr(attr_abs, attr_id); float* p = GetAttrAbsPtr(attr_abs, attr_id);

View File

@ -4,6 +4,7 @@
#include <f8/udplog.h> #include <f8/udplog.h>
#include <f8/msgqueue.h> #include <f8/msgqueue.h>
#include <f8/jsonhttprequest.h>
#include "handlermgr.h" #include "handlermgr.h"

View File

@ -4,6 +4,7 @@
#include <a8/mutable_xobject.h> #include <a8/mutable_xobject.h>
#include <f8/udplog.h> #include <f8/udplog.h>
#include <f8/jsonhttprequest.h>
#include "httpproxy.h" #include "httpproxy.h"
#include "app.h" #include "app.h"

View File

@ -18,6 +18,11 @@ namespace cs
class SMUpdate; class SMUpdate;
} }
namespace a8
{
class MutableXObject;
}
struct HumanBehavior struct HumanBehavior
{ {
long long curr_start_destory_box_frameno = 0; long long curr_start_destory_box_frameno = 0;

2
third_party/f8 vendored

@ -1 +1 @@
Subproject commit 558c4343d337d178932ab36bafcd8b6357cac216 Subproject commit b64621b7b5f53549bb6284d51abb9c3d62e1738f