ultimatepp/uppsrc/plugin/gif/gif.icpp
cxl fc7f98f979 Core: INITIALIZER replaces icpp
git-svn-id: svn://ultimatepp.org/upp/trunk@10423 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-11-13 08:14:31 +00:00

11 lines
122 B
Text

#include "gif.h"
namespace Upp {
// INITIALIZE(GifRaster);
/*
INITBLOCK {
StreamRaster::Register<GIFRaster>();
}
*/
}