My Project
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1
// Copyright (c) 2025 Milton McDonald
2
// This source code is licensed under the MIT License. See LICENSE file in the
3
// project root for details.
4
5
#ifndef ENGINE_LIB_VERSION_H_
6
#define ENGINE_LIB_VERSION_H_
7
8
#include <string>
9
10
#include "
dll-export.h
"
11
12
namespace
graphics_engine::version
{
13
22
DLLEXPORT
[[nodiscard]]
auto
GetEngineLibVersion
() -> std::string;
23
24
}
// namespace graphics_engine::version
25
26
#endif
// ENGINE_LIB_VERSION_H_
dll-export.h
DLLEXPORT
#define DLLEXPORT
Definition
dll-export.h:19
graphics_engine::version
Definition
version.h:12
graphics_engine::version::GetEngineLibVersion
DLLEXPORT auto GetEngineLibVersion() -> std::string
Retrieves the current version of the engine library.
engine-lib
include
graphics-engine
version.h
Generated by
1.9.8