home · contact · privacy
Made single World struct a global variable, fitted a lot of code to this change,...
[plomrogue] / src / yx_uint16.h
index 325b22449570ca6fad0a18158a8ed07768e78bc2..86812f4ed03e1a14e32e65645d5278910096cdca 100644 (file)
@@ -7,8 +7,6 @@
 #ifndef YX_UINT16_H
 #define YX_UINT16_H
 
-
-
 #include <stdint.h> /* for uint8_t, uint16_t */