소스 검색

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.