home · contact · privacy
Server: Minor function renaming.
[plomrogue] / src / server / things.h
index d5ac7ef1556a3c26c8ea68dc55647f8b08b67906..d87bee8de7a1bff851225032262bdf5fb0f3cf95 100644 (file)
@@ -8,7 +8,7 @@
 #define THINGS_H
 
 #include <stdint.h> /* uint8_t, int16_t */
-#include "../common/yx_uint8.h" /* yx_uint8 structs */
+#include "../common/yx_uint8.h" /* yx_uint8 */