X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fscroll16.h;h=669237b47e92803a1c07910639a3bab2b4ced065;hb=b6b0bffba1968bc405ae6dea1a271811700cf03b;hp=67e094554719e54f60dff10c4139ed0ea1c5efb1;hpb=e553045660c23a10ae193562ec2b46a8a2b84ee6;p=16.git diff --git a/src/lib/scroll16.h b/src/lib/scroll16.h index 67e09455..669237b4 100755 --- a/src/lib/scroll16.h +++ b/src/lib/scroll16.h @@ -52,7 +52,8 @@ typedef struct { int ty; //appears to be the top left tile position on the viewable screen map word dxThresh; //???? word dyThresh; //???? - video_t *video; + video_t *video; //pointer to game variables of the video + pan_t *pan; //pointer the the page panning debug system } map_view_t; typedef struct @@ -69,6 +70,7 @@ extern boolean pageflipflop; //map_t allocMap(int w, int h); //void initMap(map_t *map); void walk(map_view_t *pip, player_t *player, word pn); +void panpagemanual(map_view_t *pip, player_t *player, word pn); void near mapScrollRight(map_view_t *mv, player_t *player, word id, word plid); void near mapScrollLeft(map_view_t *mv, player_t *player, word id, word plid); void near mapScrollUp(map_view_t *mv, player_t *player, word id, word plid);