ftp.nice.ch/pub/next/graphics/movie/Movie.3.0.NIHS.bs.tar.gz#/Movie3.0/Source/Animation.h

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.