ultimatepp/uppsrc/plugin/pcx/pcxreg.icpp
cxl 8ebdcbb0d5 uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed
git-svn-id: svn://ultimatepp.org/upp/trunk@10186 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-08-26 17:15:30 +00:00

9 lines
99 B
Text

#include "pcx.h"
namespace Upp {
INITBLOCK {
StreamRaster::Register<PCXRaster>();
}
}