1 //  PXEraserTool.h
2 //  Pixen
3 //
4 //  Created by Joe Osborn on Tue Oct 07 2003.
5 //  Copyright (c) 2003 Open Sword Group. All rights reserved.
6 //
7 
8 #import <Foundation/Foundation.h>
9 #import "PXPencilTool.h"
10 
11 @interface PXEraserTool : PXPencilTool {
12 
13 }
14 
15 @end
16