#pragma once /* +-------------------+ | | Enno Rehling | Eressea PBEM host | Katja Zedel | (c) 1998 - 2016 | Christian Schlittchen | | https://github.com/eressea/server +-------------------+ */ #ifndef H_KERNEL_VERSION #define H_KERNEL_VERSION const char *eressea_version(void); int version_no(const char *str); #endif