瀏覽代碼

Entity: math.h

SG 2 年之前
父節點
當前提交
8db2720e54
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      entity.c

+ 1 - 0
entity.c

@@ -2,6 +2,7 @@
 #include "entity_i.h"
 #include <stdlib.h>
 #include <furi.h>
+#include <math.h>
 
 #ifdef ENTITY_DEBUG
 #define ENTITY_D(...) FURI_LOG_D("Entity", __VA_ARGS__)