11 lines
259 B
C++
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;
|
|
} |