comparison include/common.h @ 58:fcd4b9fe957b

[gui.c]: show version and type in a box
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Thu, 21 Jul 2022 00:46:18 -0400
parents 652343b56a60
children 8f90d5addda9
comparison
equal deleted inserted replaced
57:01c605e78f48 58:fcd4b9fe957b
1 void set_data(unsigned char magic[], int version, FILE* target); 1 void set_data(unsigned char* magic, int version, FILE* target);
2 int copy_file(char* source_file, char* target_file); 2 int copy_file(char* source_file, char* target_file);