dropshell/source/src/autogen/version.hpp
Your Name 27f86e95e7
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled
.
2025-05-17 22:24:25 +12:00

11 lines
259 B
C++

// version.hpp (dummy for linter/IntelliSense)
#pragma once
#include <string>
namespace dropshell {
extern const std::string VERSION;
extern const std::string RELEASE_DATE;
extern const std::string AUTHOR;
extern const std::string LICENSE;
}