mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-31 17:08:13 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			261 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			261 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #pragma once
 | |
| #include <imgui.h>
 | |
| 
 | |
| namespace style {
 | |
|     extern ImFont* baseFont;
 | |
|     extern ImFont* bigFont;
 | |
|     extern ImFont* hugeFont;
 | |
| 
 | |
|     void setDefaultStyle();
 | |
|     void setDarkStyle();
 | |
|     void beginDisabled();
 | |
|     void endDisabled();
 | |
|     void testtt();
 | |
| } |