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:
@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user