Servers
This commit is contained in:
@ -1,4 +1,9 @@
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace dropshell {
|
||||
|
||||
class template_info {
|
||||
public:
|
||||
std::string name;
|
||||
@ -20,3 +25,5 @@ class template_manager {
|
||||
bool get_templates(std::vector<template_info>& templates);
|
||||
bool get_template_info(const std::string& name, template_info& info);
|
||||
};
|
||||
|
||||
} // namespace dropshell
|
||||
|
Reference in New Issue
Block a user