19 lines
		
	
	
		
			447 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			447 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #ifndef MAIN_H__
 | |
| #define MAIN_H__
 | |
| /***************************************************************************************
 | |
| * @file main.h
 | |
| *
 | |
| * @brief Defines stuff for the main app.
 | |
| * @copyright
 | |
| * Copyright 2023 Tom Hicks
 | |
| * Licensed under the MIT license see the LICENSE file for details.
 | |
| ***************************************************************************************/
 | |
| 
 | |
| /** \addtogroup Unsorted 
 | |
|  * @{
 | |
| */
 | |
| namespace SBF {
 | |
| 
 | |
| }
 | |
| /** @}*/
 | |
| #endif |