Преглед на файлове

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.