X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fmisc.h;h=b863460c2c70b6ab63170f5afe27665df1f22e98;hb=HEAD;hp=20ec63016cfc56393d034b73a17bd70116ef5529;hpb=ef16dea09f87b15fc6d58fae0aa0832e0648c00e;p=flatwaifu.git diff --git a/src/misc.h b/src/misc.h index 20ec630..b863460 100644 --- a/src/misc.h +++ b/src/misc.h @@ -57,7 +57,4 @@ int Z_moveobj (obj_t *p); void Z_splash (obj_t *p, int n); void Z_calc_time(dword t, word *h, word *m, word *s); -int16_t short2host (int16_t x); -int32_t int2host (int32_t x); - #endif /* MISC_H_INCLUDED */