7 lines
94 B
C
7 lines
94 B
C
#ifndef DISK_H
|
|
#define DISK_H
|
|
|
|
int disk_screen(int rep, int display, int *flags_ptr);
|
|
|
|
#endif
|