playergame/src/scroll.h
zombie maniac dbd54b9ebe
i have no idea what changed
im just doing this so i can see if gpg key signing works
2023-10-30 18:30:16 -04:00

10 lines
154 B
C

#ifndef SCROLL_H
#define SCROLL_H
int scroll_x;
int scroll_y;
int scrolled_x(int x);
int scrolled_y(int y);
char scrolled_readmap(int x, int y);
#endif