mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
9 lines
113 B
Text
9 lines
113 B
Text
#include "pcx.h"
|
|
|
|
NAMESPACE_UPP
|
|
|
|
INITBLOCK {
|
|
StreamRaster::Register<PCXRaster>();
|
|
}
|
|
|
|
END_UPP_NAMESPACE
|