This commit is contained in:
11
source/src/autogen/version.hpp
Normal file
11
source/src/autogen/version.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
// 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;
|
||||
}
|
Reference in New Issue
Block a user