7 lines
106 B
Text
7 lines
106 B
Text
INTERFACE PPM;
|
|
|
|
IMPORT Bitmap, Pathname;
|
|
|
|
PROCEDURE Create(imgfile: Pathname.T; img: Bitmap.T);
|
|
|
|
END PPM.
|