Files
StorytellersBestFriend/sbf-cpp/main.h
Tom Hicks 5501de76e2 Adds doxygen comments to SBF namespace.
Adds doxygen header to header files.
2023-04-16 04:08:33 -07:00

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