mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-19 14:15:21 -06:00
11 lines
122 B
Text
11 lines
122 B
Text
#include "gif.h"
|
|
|
|
namespace Upp {
|
|
|
|
// INITIALIZE(GifRaster);
|
|
/*
|
|
INITBLOCK {
|
|
StreamRaster::Register<GIFRaster>();
|
|
}
|
|
*/
|
|
}
|