diff options
Diffstat (limited to 'core/services.h')
-rw-r--r-- | core/services.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/services.h b/core/services.h index 61d111b..15da2f3 100644 --- a/core/services.h +++ b/core/services.h @@ -33,7 +33,7 @@ private: void CreateServiceFunction(const char* name, SERVICE svc); void* CallService(const char *,void*); -bool ServiceExists(const char *); +int ServiceExists(const char *); #endif // SERVICES_H_INCLUDED
|