mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
9 lines
99 B
Text
9 lines
99 B
Text
#include "ppm.h"
|
|
|
|
namespace Upp {
|
|
|
|
INITBLOCK {
|
|
StreamRaster::Register<PPMRaster>();
|
|
}
|
|
|
|
}
|