Refactor! Compiles...
This commit is contained in:
@ -6,8 +6,8 @@ namespace dropshell {
|
||||
|
||||
class template_info {
|
||||
public:
|
||||
std::string name;
|
||||
std::string path;
|
||||
std::string template_name;
|
||||
std::string local_template_path;
|
||||
};
|
||||
|
||||
// templates are stored in two locations:
|
||||
@ -20,7 +20,7 @@ class template_info {
|
||||
|
||||
|
||||
bool get_templates(std::vector<template_info>& templates);
|
||||
bool get_template_info(const std::string& name, template_info& info);
|
||||
bool get_template_info(const std::string& template_name, template_info& info);
|
||||
bool template_command_exists(const std::string& template_name,const std::string& command);
|
||||
void list_templates();
|
||||
|
||||
|
Reference in New Issue
Block a user