diff options
| author | Adam <adammegarules1@gmail.com> | 2026-07-31 13:22:11 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-07-31 13:22:11 +0200 |
| commit | 2d148023f02056916fa5b88f567e09e6ba1a2915 (patch) | |
| tree | b7ac743f384a604061dfe25b8ac7180254e4960f /src/misc.cpp | |
| parent | 6af6acefdece08bb786640f5f3e9618ae04881da (diff) | |
making it be mode ready
Diffstat (limited to 'src/misc.cpp')
| -rw-r--r-- | src/misc.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/misc.cpp b/src/misc.cpp new file mode 100644 index 0000000..8527fdc --- /dev/null +++ b/src/misc.cpp @@ -0,0 +1,8 @@ +#include "misc.hpp" +#include <string> + +std::string version = "0"; + +std::string engine_version() { return "Mono " + version; }; + +std::string engine_info() { return engine_version() + " by Adam " + "\n"; } |
