Selaa lähdekoodia

Fix Functions.h not actually being C

Lucien Greathouse 1 vuosi sitten
vanhempi
commit
83839c2799
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      JoltC/Functions.h

+ 3 - 0
JoltC/Functions.h

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