This is Animation.h in view mode; [Download] [Up]
/* * Adaptor to Mark Podlipec's xanim software */ #include "xanim/xanim.h" #import "appkit/NXBitmapImageRep.h" @interface Animation:Object { NXBitmapImageRep *bitmap; } - initFrom:(const char *)fn; - free; - (NXBitmapImageRep *)bitmap; - (NXBitmapImageRep *)update; - getMaxSize:(NXSize *)size; - (NXBitmapImageRep *)next; - (BOOL) isLast; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.