mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-10-31 22:56:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			216 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			216 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #ifndef CSV_TOOLS_SUBVIEWS_H
 | |
| #define CSV_TOOLS_SUBVIEWS_H
 | |
| 
 | |
| namespace CSVDoc
 | |
| {
 | |
|     class SubViewFactoryManager;
 | |
| }
 | |
| 
 | |
| namespace CSVTools
 | |
| {
 | |
|     void addSubViewFactories (CSVDoc::SubViewFactoryManager& manager);
 | |
| }
 | |
| 
 | |
| #endif
 |