20 lines
		
	
	
		
			506 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			506 B
		
	
	
	
		
			C
		
	
	
	
	
	
////////////////////////////////////////////////////////////////////////////////////////////////////
 | 
						|
// NoesisGUI - http://www.noesisengine.com
 | 
						|
// Copyright (c) 2013 Noesis Technologies S.L. All Rights Reserved.
 | 
						|
////////////////////////////////////////////////////////////////////////////////////////////////////
 | 
						|
 | 
						|
 | 
						|
#ifndef __GUI_CONTROLSAPI_H__
 | 
						|
#define __GUI_CONTROLSAPI_H__
 | 
						|
 | 
						|
 | 
						|
#include <NsCore/CompilerSettings.h>
 | 
						|
 | 
						|
 | 
						|
#ifndef NS_GUI_CONTROLS_API
 | 
						|
    #define NS_GUI_CONTROLS_API NS_DLL_IMPORT
 | 
						|
#endif
 | 
						|
 | 
						|
 | 
						|
#endif
 |