Explorar o código

Fix Functions.h not actually being C

Lucien Greathouse hai 1 ano
pai
achega
83839c2799
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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.