]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/typdefst.h
optimize for XT i did ww
[16.git] / src / lib / typdefst.h
index 0f47b2b1a6ebcd58c17a58a35dc55ca4708d4cef..2f8d7a456f78f006ee95749a225000886f4dd1d7 100755 (executable)
@@ -84,6 +84,7 @@ typedef struct {
        sword tileplayerposscreeny;     /* player position on screen */\r
        word stridew;                   /*width/4*/\r
        word pagesize;                  /* page size */\r
+       word pi;                                /* incremention page by this much to preserve location */\r
 } page_t;\r
 \r
 typedef struct\r
@@ -117,6 +118,7 @@ typedef struct
        boolean __near p;                       //render page number\r
        boolean __near r;                       //page flip if true\r
        word pr[MAXPAGE][4];    //render sections of pages\r
+       //0000word startclk; float clk, tickclk;        //timer\r
 } video_t;\r
 \r
 typedef struct\r