]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/scroll16.h
wwww johncampbell it is much easier to see the issue in test.exe now /home/sparky4 ^^
[16.git] / src / lib / scroll16.h
index 67e094554719e54f60dff10c4139ed0ea1c5efb1..669237b47e92803a1c07910639a3bab2b4ced065 100755 (executable)
@@ -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);