Program Listing for File debug.hpp
↰ Return to documentation for file (include/tuw/debug.hpp
)
#ifndef TUW__DEBUG_HPP
#define TUW__DEBUG_HPP
#include <string>
namespace tuw
{
class Debug
{
public:
Debug();
std::string info();
};
} // namespace tuw
#endif // TUW__DEBUG_HPP