Files
StorytellersBestFriend/sbf-cpp/main.h

19 lines
457 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