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

ref: d252cd0b5e423f8de061be0175a654b48500a81c CTU-FEE-B0B35APO-Semestral-project/file-browser/include/file_browser_utils.h -rw-r--r-- 291 bytes
d252cd0b — František Boháček docs: add manual to readme 4 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__