X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftypdefst.h;h=91ca7c79cba8da8bc4bd15dd0dd3e4072f19c240;hb=010f49be572b6a7205d49fbcac30bc7c11e8fd74;hp=a82a8bd077b854bf22fdd319a137bae6ea1d00c1;hpb=b40411c754cec4dc88f6a4183f475584b9205a2b;p=16.git diff --git a/src/lib/typdefst.h b/src/lib/typdefst.h index a82a8bd0..91ca7c79 100755 --- a/src/lib/typdefst.h +++ b/src/lib/typdefst.h @@ -115,7 +115,9 @@ typedef struct word vmem_remain; //remaining video memory byte num_of_pages; //number of actual pages boolean __near p; //render page number + boolean __near r; //page flip if true word pr[MAXPAGE][4]; //render sections of pages + word startclk; float clk, tickclk; //timer } video_t; typedef struct