mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-09 04:29:04 +03:00
init
This commit is contained in:
14
src/core/utils.hpp
Normal file
14
src/core/utils.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef CLRSYNC_CORE_UTILS_HPP
|
||||
#define CLRSYNC_CORE_UTILS_HPP
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <core/palette/color_keys.hpp>
|
||||
|
||||
namespace clrsync::core
|
||||
{
|
||||
void print_color_keys();
|
||||
std::string get_default_config_path();
|
||||
std::string expand_user(const std::string &path);
|
||||
} // namespace clrsync::core
|
||||
#endif // CLRSYNC_CORE_UTILS_HPP
|
||||
Reference in New Issue
Block a user