瀏覽代碼

Fix Functions.h not actually being C

Lucien Greathouse 1 年之前
父節點
當前提交
83839c2799
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      JoltC/Functions.h

+ 3 - 0
JoltC/Functions.h

@@ -1,5 +1,8 @@
 #pragma once
 
+#include <stdint.h>
+#include <stdbool.h>
+
 #define JPC_API extern __declspec(dllexport)
 
 // C-compatible typedefs that match Jolt's internal primitive typedefs.