]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/picomodel/picointernal.h
Merge commit '19992696033a496e5c0925e950a29dc23de49b47' into master-merge
[xonotic/netradiant.git] / libs / picomodel / picointernal.h
index 312cc64324ca7d99a08adb23ffb36eec22794759..98b6cf8f1cd0ff1c7f20766a576c2215dd0b9c67 100644 (file)
@@ -77,9 +77,13 @@ extern "C"
 #define PICO_IOEOF  1
 #define PICO_IOERR  2
 
-const picoColor_t picoColor_white;
+extern const picoColor_t picoColor_white;
 
 /* types */
+#ifndef byte
+       typedef unsigned char byte;
+#endif
+
 typedef struct picoParser_s
 {
        const char *buffer;