Tidy
This commit is contained in:
14
src/utils/utils.hpp
Normal file
14
src/utils/utils.hpp
Normal file
@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace dropshell {
|
||||
|
||||
/**
|
||||
* Prints a formatted title surrounded by a box of dashes.
|
||||
*
|
||||
* @param title The title string to display
|
||||
*/
|
||||
void maketitle(const std::string& title);
|
||||
|
||||
} // namespace dropshell
|
Reference in New Issue
Block a user