gBar/src/CSS.h
scorpion-26 c901b59ab4 Add missing files
I accidently forgot to add them when commiting 883037029f
2023-02-10 17:14:57 +01:00

8 lines
105 B
C++

#pragma once
#include <gtk/gtk.h>
namespace CSS
{
void Load();
GtkCssProvider* GetProvider();
}