libs-back/Headers/art/ARTContext.h
Alexander Malmberg a35bc00d50 Move image handling to its own file and implement it (almost) completely.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@14334 72102866-910b-0410-8b05-ffd578937521
2002-08-26 14:03:04 +00:00

10 lines
119 B
Objective-C

#ifndef ARTContext_h
#define ARTContext_h
#include "gsc/GSContext.h"
@interface ARTContext : GSContext
@end
#endif