mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
15 lines
385 B
C++
15 lines
385 B
C++
#ifndef __ardour_gtk_canvas_impl_h__
|
|
#define __ardour_gtk_canvas_impl_h__
|
|
|
|
#include "canvas.h"
|
|
|
|
#include <libgnomecanvasmm/canvas.h>
|
|
#include <libgnomecanvasmm/polygon.h>
|
|
#include <libgnomecanvasmm/text.h>
|
|
#include <libgnomecanvasmm/rect.h>
|
|
#include <libgnomecanvasmm/line.h>
|
|
#include <libgnomecanvasmm/item.h>
|
|
|
|
using namespace ArdourCanvas;
|
|
|
|
#endif /* __ardour_gtk_canvas_impl_h__ */
|