12 lines
		
	
	
		
			230 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			230 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| // vim: set ts=4 :
 | |
| #include "extension.h"
 | |
| 
 | |
| /**
 | |
|  * @file extension.cpp
 | |
|  * @brief Implement extension code here.
 | |
|  */
 | |
| 
 | |
| Sample g_Sample;		/**< Global singleton for your extension's main interface */
 | |
| 
 | |
| SMEXT_LINK(&g_Sample);
 |