mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
14 lines
299 B
C
14 lines
299 B
C
#ifndef CLEARLOOKS_DRAW_H
|
|
#define CLEARLOOKS_DRAW_H
|
|
|
|
#include "clearlooks_types.h"
|
|
#include "clearlooks_style.h"
|
|
|
|
#include <ytk/ytk.h>
|
|
#include <ydk/gdk.h>
|
|
|
|
#include <cairo.h>
|
|
|
|
GE_INTERNAL void clearlooks_register_style_classic (ClearlooksStyleFunctions *functions);
|
|
|
|
#endif /* CLEARLOOKS_DRAW_H */
|