X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Finsideout.h;fp=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Finsideout.h;h=a42a430095c0ce1e14cac3ffbc1d3a7633b83a6c;hb=28f28705612902c15cd0702cc891fba35bf2d2df;hp=d61dee6d85c967452c13050be01fd2cf8a10d480;hpb=2c43cbfff01496919316f600ee76112be551392d;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/insideout.h b/synfig-core/trunk/src/modules/lyr_std/insideout.h index d61dee6..a42a430 100644 --- a/synfig-core/trunk/src/modules/lyr_std/insideout.h +++ b/synfig-core/trunk/src/modules/lyr_std/insideout.h @@ -1,5 +1,5 @@ /*! ======================================================================== -** Sinfg +** Synfig ** Template Header File ** $Id: insideout.h,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $ ** @@ -20,14 +20,14 @@ /* === S T A R T =========================================================== */ -#ifndef __SINFG_INSIDEOUT_H -#define __SINFG_INSIDEOUT_H +#ifndef __SYNFIG_INSIDEOUT_H +#define __SYNFIG_INSIDEOUT_H /* === H E A D E R S ======================================================= */ -#include -#include -#include +#include +#include +#include /* === M A C R O S ========================================================= */ @@ -35,14 +35,14 @@ /* === C L A S S E S & S T R U C T S ======================================= */ -using namespace sinfg; +using namespace synfig; using namespace std; using namespace etl; class InsideOut_Trans; class InsideOut : public Layer { - SINFG_LAYER_MODULE_EXT + SYNFIG_LAYER_MODULE_EXT friend class InsideOut_Trans; private: @@ -55,9 +55,9 @@ public: virtual bool set_param(const String ¶m, const ValueBase &value); virtual ValueBase get_param(const String ¶m)const; virtual Color get_color(Context context, const Point &pos)const; - sinfg::Layer::Handle hit_check(sinfg::Context context, const sinfg::Point &point)const; + synfig::Layer::Handle hit_check(synfig::Context context, const synfig::Point &point)const; virtual Vocab get_param_vocab()const; - virtual etl::handle get_transform()const; + virtual etl::handle get_transform()const; }; /* === E N D =============================================================== */