home · contact · privacy
Removed unneeded function; also some minor comment improvmenets.
[plomrogue] / src / wincontrol.h
index f56bc39b6a94987d75c922c2ba21c076a685b0c5..b5ccbb53d3e78fc17deff17b8d95d8715256e156 100644 (file)
@@ -9,7 +9,7 @@
 
 
 
-#include <stdint.h> /* for uint8_t */
+#include <stdint.h> /* for uint8_t, int16_t */
 struct Win;
 struct WinMeta;
 struct World;