Files
Main/support/c64/c64.h
2020-01-20 23:46:21 +08:00

7 lines
85 B
C

#ifndef C64_H
#define C64_H
int c64_openT64(const char *path, fileTYPE* f);
#endif