14 lines
803 B
C++
14 lines
803 B
C++
/***************************************************************************************
|
|
* @file pretty_print.cpp *
|
|
* *
|
|
* @brief Defines functions for printing objects in a frendlier manner. *
|
|
* @copyright *
|
|
* Copyright 2023 Tom Hicks *
|
|
* Licensed under the MIT license see the LICENSE file for details. *
|
|
***************************************************************************************/
|
|
#include "pretty_print.h"
|
|
|
|
namespace CPPUtils {
|
|
// Nothing here.
|
|
} // namespace CPPUtils
|