X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftest.c;h=fe7b401fa4f566cf807b5a677934d70f530b9967;hb=78c44f1c4c8db65db7d3636181c775db5d94ada8;hp=cb75a0fa248ae81e17025f162fe09489428c057d;hpb=631d2bde47de81ead5300f7aca378447387f254c;p=16.git diff --git a/src/test.c b/src/test.c index cb75a0fa..fe7b401f 100755 --- a/src/test.c +++ b/src/test.c @@ -21,18 +21,19 @@ */ #include -#include "src/lib/modex16.h" +#include "src/lib/16_vl.h" #include "src/lib/16_in.h" -#include "src/lib/scroll16.h" +#include "src/lib/16_scr.h" #include "src/lib/bakapee.h" -global_game_variables_t gvar; +static word far* clockw= (word far*) 0x046C; /* 18.2hz clock */ player_t player[MaxPlayers]; map_view_t mv[4]; pan_t pan; void main(int argc, char *argv[]) { + static global_game_variables_t gvar; int i, j; word startclk, endclk; word k;