X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fmisc.h;h=dad870a8f6bd4e782ef4f9e3677471fe88837fbd;hb=c46b82f5794be555af272740e67ead316b9b1f90;hp=3a96a5e0003996a1142e9a92080b8495b7a89315;hpb=da79be9b6a4134aa9cd19e6f5909fedb20d318cb;p=flatwaifu.git diff --git a/src/misc.h b/src/misc.h index 3a96a5e..dad870a 100644 --- a/src/misc.h +++ b/src/misc.h @@ -23,6 +23,7 @@ // Miscellaneous functions #include +#include "view.h" #define MAXDIST 2000000L @@ -85,5 +86,5 @@ int Z_getacid(int x,int y,int r,int h); void Z_clrst(); -uint16_t short2host (uint16_t x); -uint32_t int2host (uint32_t x); +int16_t short2host (int16_t x); +int32_t int2host (int32_t x);