mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
13 lines
364 B
C++
13 lines
364 B
C++
#ifndef __ardour_gtk_canvas_impl_h__
|
|
#define __ardour_gtk_canvas_impl_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__ */
|