mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-25 04:32:10 +00:00
c901b59ab4
I accidently forgot to add them when commiting 883037029f
8 lines
105 B
C++
8 lines
105 B
C++
#pragma once
|
|
#include <gtk/gtk.h>
|
|
|
|
namespace CSS
|
|
{
|
|
void Load();
|
|
GtkCssProvider* GetProvider();
|
|
}
|