..
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled

This commit is contained in:
Your Name
2025-05-14 23:57:30 +12:00
parent 707e973130
commit 5be6a3e038
4 changed files with 64 additions and 2 deletions

View File

@@ -8,6 +8,17 @@
#include <string>
#include <iostream>
/*
CREATEAGENT.CPP IS AUTOMATICALLY GENERATED FROM make_createagent.sh,
and recreates the files in /agent/ on a remote server.
DO NOT EDIT THIS FILE MANUALLY! Edit make_createagent.sh instead.
*/
namespace dropshell {
struct AgentFile {
@@ -572,4 +583,10 @@ autorestore() {
_autocommandparse restore "$BACKUP_TEMP_PATH" "$@"
}
)AGENTFILE" },
}; return 0;} // namespace dropshell
}; // agent_files defined.
return 0;
} // end of load_agent_file_contents function.
} // namespace dropshell

View File

@@ -1,6 +1,15 @@
#ifndef CREATEAGENT_HPP
#define CREATEAGENT_HPP
/*
CREATEAGENT.HPP IS AUTOMATICALLY GENERATED FROM make_createagent.sh,
and recreates the files in /agent/ on a remote server.
DO NOT EDIT THIS FILE MANUALLY! Edit make_createagent.sh instead.
*/
#include <string>
namespace dropshell {

View File

@@ -1,5 +1,13 @@
#pragma once
/*
version.hpp is automatically generated by the build system, from version.hpp.in.
DO NOT EDIT VERSION.HPP!
*/
#include <string>
namespace dropshell {