#include "commonheaders.h" SERVICE get_version(void*) { return 0; } void register_core_services() { CreateServiceFunction("EC/GetVersionInt", (SERVICE)get_version); }