1 //
2 //  PXLineTool.h
3 //  Pixen-XCode
4 //
5 //  Created by Ian Henderson on Wed Dec 10 2003.
6 //  Copyright (c) 2003 Open Sword Group. All rights reserved.
7 //
8 
9 #import "PXLinearTool.h"
10 
11 
12 @interface PXLineTool : PXLinearTool {
13 }
14 
15 @end
16