1 //  PXSlashyBackground.h
2 //  Pixen
3 //
4 //  Created by Joe Osborn on Thu Sep 18 2003.
5 //  Copyright (c) 2003 Open Sword Group. All rights reserved.
6 //
7 
8 #import "PXDuotoneBackground.h"
9 
10 @interface PXSlashyBackground : PXDuotoneBackground {
11 }
12 @end
13