mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-15 10:46:44 -04:00
9 lines
218 B
C
9 lines
218 B
C
#define CPERR_OPEN 1
|
|
#define CPERR_WRITE 2
|
|
#define CPERR_READ 3
|
|
|
|
extern void (*cpy_error)(int,char *);
|
|
extern void (*cpy_progress)(long);
|
|
void cpy_file(char *source,char *target);
|
|
void cpy_flush();
|
|
void install_cpy();
|