LibreSplit/include/gui/context_menu.h
Penaz 3f2ba7f54c Restructuring project folders
This should allow for plugins to refer to LibreSplit's functions without
having to pull in half of the codebase.
2026-03-25 21:57:10 +01:00

5 lines
121 B
C

#pragma once
#include <gtk/gtk.h>
gboolean button_right_click(GtkWidget* widget, GdkEventButton* event, gpointer app);