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

outfactored read_blocks() into common.c

This commit is contained in:
Wei-ju Wu
2016-06-14 21:09:43 -07:00
parent 79d09d1184
commit 6a63542f10
4 changed files with 52 additions and 76 deletions

View File

@ -39,5 +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(struct LevelMap *level_map, char *s);
extern struct BitMap *read_blocks(UWORD *colors, char *s);
#endif /* __COMMON_H__ */