X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fmisc.h;h=dad870a8f6bd4e782ef4f9e3677471fe88837fbd;hb=c46b82f5794be555af272740e67ead316b9b1f90;hp=6d4ac768d65b83fa4df470667244eee256a62b8f;hpb=a2115940e7643dcb1b87286f3d19fe95f7b79bd3;p=flatwaifu.git diff --git a/src/misc.h b/src/misc.h index 6d4ac76..dad870a 100644 --- a/src/misc.h +++ b/src/misc.h @@ -22,6 +22,9 @@ // Miscellaneous functions +#include +#include "view.h" + #define MAXDIST 2000000L enum{ @@ -82,3 +85,6 @@ void Z_gotoxy(int,int); int Z_getacid(int x,int y,int r,int h); void Z_clrst(); + +int16_t short2host (int16_t x); +int32_t int2host (int32_t x);