Mercurial > msvpvf
comparison src/gui.c @ 14:423aa3429d21
Remove broken include
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Tue, 01 Feb 2022 22:31:20 -0500 |
| parents | d2cd8c5672fa |
| children | 812089083c89 |
comparison
equal
deleted
inserted
replaced
| 13:a4e604789e2e | 14:423aa3429d21 |
|---|---|
| 1 #include <stdio.h> | 1 #include <stdio.h> |
| 2 #include <windows.h> | 2 #include <windows.h> |
| 3 #include <stdint.h> | 3 #include <stdint.h> |
| 4 #include <stdbool.h> | 4 #include <stdbool.h> |
| 5 #include <commdlg.h> | 5 #include <commdlg.h> |
| 6 #include "../include/common.h" | |
| 7 #define OPEN_FILE_BUTTON 0 | 6 #define OPEN_FILE_BUTTON 0 |
| 8 #define COMBOBOX 1 | 7 #define COMBOBOX 1 |
| 9 #define LISTBOX 2 | 8 #define LISTBOX 2 |
| 10 #define SAVE_FILE_BUTTON 3 | 9 #define SAVE_FILE_BUTTON 3 |
| 11 | 10 |
