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++

#ifndef m4ze_CONFIG_HPP
#define m4ze_CONFIG_HPP
#define M4ZE_VERSION std::string("@version@")
#endif