mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-22 11:12:49 +00:00
9 lines
105 B
C
9 lines
105 B
C
|
#pragma once
|
||
|
#include <gtk/gtk.h>
|
||
|
|
||
|
namespace CSS
|
||
|
{
|
||
|
void Load();
|
||
|
GtkCssProvider* GetProvider();
|
||
|
}
|