tempaltes
This commit is contained in:
14
src/config.hpp
Normal file
14
src/config.hpp
Normal file
@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace dropshell {
|
||||
|
||||
// Configuration functions
|
||||
bool get_config_path(std::string& path);
|
||||
bool load_config();
|
||||
bool is_config_loaded();
|
||||
bool get_user_directory(std::string& path);
|
||||
void init_user_directory(const std::string& path);
|
||||
|
||||
} // namespace dropshell
|
Reference in New Issue
Block a user