X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Ftest.c;h=dfbc7de857e89c923f66948880f643870382fc4b;hb=704ec571885c6255ead65280428ad72510cfe218;hp=098c12a7f71833fdb11d8615cfbca93b84fed013;hpb=47cdc66151d973d975d0e31fb8a786eb639bebdb;p=16.git diff --git a/src/test.c b/src/test.c index 098c12a7..dfbc7de8 100755 --- a/src/test.c +++ b/src/test.c @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 + * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -21,11 +21,12 @@ */ #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/bakapee.h" +static word far* clockw= (word far*) 0x046C; /* 18.2hz clock */ global_game_variables_t gvar; player_t player[MaxPlayers]; map_view_t mv[4];