1
0
mirror of https://github.com/weiju/amiga-stuff synced 2025-12-08 14:58:33 +00:00

integrated the vertical scrolling programs

This commit is contained in:
Wei-ju Wu
2016-06-17 10:54:26 -07:00
parent e506235e22
commit 2036f33ecb
17 changed files with 1290 additions and 28 deletions

View File

@ -39,6 +39,6 @@ struct LevelMap {
extern ULONG get_mode_id(BOOL option_how, BOOL option_ntsc);
extern BOOL get_arguments(struct PrgOptions *options, char *s);
extern BOOL read_level_map(const char * path, struct LevelMap *level_map, char *s);
extern struct BitMap *read_blocks(UWORD *colors, char *s, int blocks_width, int blocks_height);
extern struct BitMap *read_blocks(const char *path, UWORD *colors, char *s, int blocks_width, int blocks_height);
#endif /* __COMMON_H__ */