mirror of
				https://github.com/sheumann/DiskBrowser.git
				synced 2025-11-04 03:16:10 +00:00 
			
		
		
		
	There are only a few minor code changes, and nothing that should have an effect on functionality. This is basically just rearranging the code.
		
			
				
	
	
		
			9 lines
		
	
	
		
			149 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			149 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef BROWSERWINDOW_H
 | 
						|
#define BROWSERWINDOW_H
 | 
						|
 | 
						|
void UpdateControlState(void);
 | 
						|
void ShowBrowserWindow(void);
 | 
						|
void CloseBrowserWindow(void);
 | 
						|
 | 
						|
#endif
 |