mirror of
https://github.com/polybar/polybar.git
synced 2024-10-27 05:23:39 -04:00
16 lines
171 B
C++
16 lines
171 B
C++
|
#pragma once
|
||
|
|
||
|
#include "common.hpp"
|
||
|
|
||
|
POLYBAR_NS
|
||
|
|
||
|
namespace cairo {
|
||
|
class context;
|
||
|
class surface;
|
||
|
class xcb_surface;
|
||
|
class font;
|
||
|
class font_fc;
|
||
|
}
|
||
|
|
||
|
POLYBAR_NS_END
|