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
13
22DLLEXPORT [[nodiscard]] auto GetEngineLibVersion() -> std::string;
23
24} // namespace graphics_engine::version
25
26#endif // ENGINE_LIB_VERSION_H_
#define DLLEXPORT
Definition dll-export.h:19
Definition version.h:12
DLLEXPORT auto GetEngineLibVersion() -> std::string
Retrieves the current version of the engine library.