Mercurial > msvpvf
comparison src/gui.c @ 30:fa7bd08be944
???
| author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
|---|---|
| date | Fri, 08 Apr 2022 00:04:15 -0400 |
| parents | 61b9a9ba7fee |
| children | 9401d767d989 |
comparison
equal
deleted
inserted
replaced
| 29:61b9a9ba7fee | 30:fa7bd08be944 |
|---|---|
| 35 HWND hWndListBox, hWndComboBox; | 35 HWND hWndListBox, hWndComboBox; |
| 36 int16_t version = 13; | 36 int16_t version = 13; |
| 37 enum types { | 37 enum types { |
| 38 vf, | 38 vf, |
| 39 veg | 39 veg |
| 40 } type; | 40 }; |
| 41 enum types type; | |
| 41 char* file_name = " "; | 42 char* file_name = " "; |
| 42 | 43 |
| 43 void set_data(unsigned char magic[], uint16_t version, FILE* target) { | 44 void set_data(unsigned char magic[], uint16_t version, FILE* target) { |
| 44 int i; | 45 int i; |
| 45 fseek(target, 0x46, SEEK_SET); | 46 fseek(target, 0x46, SEEK_SET); |
