LibreSplit/include/gui/utils.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

7 lines
148 B
C

#pragma once
#include <gtk/gtk.h>
void add_class(GtkWidget* widget, const char* class);
void remove_class(GtkWidget* widget, const char* class);