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

CTU-FEE-B0B35APO-Semestral-project/file-browser/include/file_browser_utils.h -rw-r--r-- 291 bytes
7aa0ada9 — Rutherther chore: fix image in readme 2 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__