00001 /* === S Y N F I G ========================================================= */ 00021 /* ========================================================================= */ 00022 00023 /* === S T A R T =========================================================== */ 00024 00025 #ifndef __SYNFIG_CANVASBASE_H 00026 #define __SYNFIG_CANVASBASE_H 00027 00028 /* === H E A D E R S ======================================================= */ 00029 00030 #include <deque> 00031 #include <ETL/handle> 00032 00033 /* === M A C R O S ========================================================= */ 00034 00035 /* === T Y P E D E F S ===================================================== */ 00036 00037 namespace synfig { 00038 00039 class Layer; 00040 00041 typedef std::deque< etl::handle< Layer > > CanvasBase; 00042 00043 }; // END of namespace synfig 00044 00045 /* === E N D =============================================================== */ 00046 00047 #endif