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