~ruther/CTU-FEE-B0B35APO-Semestral-project

ref: 7fcd884c79d420631b9b5a208f4a82a04cca95cd CTU-FEE-B0B35APO-Semestral-project/file-browser/include/file_browser_utils.h -rw-r--r-- 291 bytes
7fcd884c — František Boháček refactor: minimize filebrowser main functions 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
#ifndef __FILE_BROWSER_UTILS_H__
#define __FILE_BROWSER_UTILS_H__

#include "file_open.h"
#include "gui.h"
#include "font.h"

void file_browser_handle_opened_file(opened_file_state_t opened, gui_t *gui,
                                     font_t *font);

#endif // __FILE_BROWSER_UTILS_H__