mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 17:32:44 +00:00 
			
		
		
		
	 56cbe15033
			
		
	
	
		56cbe15033
		
	
	
	
	
		
			
			Also add a Tool base class, and an empty BucketTool subclass which is the next thing to implement.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			55 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			55 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #include "Tool.h"
 | |
| 
 | |
| Tool::Tool()
 | |
| {
 | |
| }
 | |
| 
 | |
| Tool::~Tool()
 | |
| {
 | |
| }
 |