This repository has been archived on 2024-03-07. You can view files and clone it, but cannot push or open issues/pull-requests.
m4ze/game/config.in.hpp

7 lines
103 B
C++
Raw Normal View History

2023-10-17 13:03:46 +00:00
#ifndef m4ze_CONFIG_HPP
#define m4ze_CONFIG_HPP
#define M4ZE_VERSION std::string("@version@")
#endif