X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_mng%2Ftrgt_mng.h;h=a194b3507b0d105facd5537a020e40bf88b2444f;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=1d211c5e0d8daee1535fa4925c65b51c389455db;hpb=80899abc12a91a4fe6e6375bd2f41bc5c3b607e7;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_mng/trgt_mng.h b/synfig-core/trunk/src/modules/mod_mng/trgt_mng.h index 1d211c5..a194b35 100644 --- a/synfig-core/trunk/src/modules/mod_mng/trgt_mng.h +++ b/synfig-core/trunk/src/modules/mod_mng/trgt_mng.h @@ -2,6 +2,7 @@ ** Synfig ** ** Copyright (c) 2007 Paul Wise +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -15,8 +16,6 @@ ** ** === N O T E S =========================================================== ** -** FIXME: THIS DOES NOT ACTUALLY WORK YET -** ** ========================================================================= */ /* === S T A R T =========================================================== */ @@ -30,8 +29,8 @@ #include #include -#include -#include +// #include +// #include #if !defined(MNG_SUPPORT_FULL) #define MNG_SUPPORT_FULL 1 @@ -64,9 +63,9 @@ class mng_trgt : public synfig::Target_Scanline { SYNFIG_TARGET_MODULE_EXT - + private: - + FILE *file; int w,h; mng_handle mng; @@ -82,7 +81,7 @@ private: unsigned int zbuffer_len; public: - + mng_trgt(const char *filename); virtual ~mng_trgt();