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

ref: bf6fdbf6fa10f949bf9af21d5acadbbf4a167707 CTU-FEE-B0B35APO-Semestral-project/file-browser/include/window_contextmenu.h -rw-r--r-- 310 bytes
bf6fdbf6 — František Boháček chore: add sdl project directly 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __WINDOW_CONTEXTMENU_H__
#define __WINDOW_CONTEXTMENU_H__

#include "file_access.h"
#include "font.h"
#include "gui.h"
#include <stdbool.h>

bool window_contextmenu_open(gui_t *gui, font_t *font, fileaccess_state_t state,
                             file_t *file);

#endif // __WINDOW_CONTEXTMENU_H__