This commit is contained in:
1111
source/src/autogen/_agent.cpp
Normal file
1111
source/src/autogen/_agent.cpp
Normal file
File diff suppressed because it is too large
Load Diff
15
source/src/autogen/_agent.hpp
Normal file
15
source/src/autogen/_agent.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
|
||||
THIS FILE IS AUTO-GENERATED BY DEHYDRATE.
|
||||
DO NOT EDIT THIS FILE.
|
||||
|
||||
*/
|
||||
|
||||
|
||||
#include <string>
|
||||
namespace recreate_agent {
|
||||
bool recreate_tree(std::string destination_folder);
|
||||
}
|
15
source/src/autogen/version.hpp
Normal file
15
source/src/autogen/version.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
// DUMMY VERSION - replaced by build process.
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace dropshell {
|
||||
|
||||
// Version information
|
||||
const std::string VERSION = "DEV";
|
||||
const std::string RELEASE_DATE = "NEVER";
|
||||
const std::string AUTHOR = "j842";
|
||||
const std::string LICENSE = "MIT";
|
||||
|
||||
} // namespace dropshell
|
Reference in New Issue
Block a user