refactor: allow mocking of root module functions for easier unittesting
This commit is contained in:
		
							parent
							
								
									5d760f1d84
								
							
						
					
					
						commit
						3c55ed876b
					
				
					 28 changed files with 187 additions and 30 deletions
				
			
		| 
						 | 
				
			
			@ -5,7 +5,7 @@ const Allocator = @import("std").mem.Allocator;
 | 
			
		|||
const Plane = @import("renderer").Plane;
 | 
			
		||||
const tp = @import("thespian");
 | 
			
		||||
const log = @import("log");
 | 
			
		||||
const root = @import("root");
 | 
			
		||||
const root = @import("soft_root").root;
 | 
			
		||||
const command = @import("command");
 | 
			
		||||
const EventHandler = @import("EventHandler");
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue