diff options
Diffstat (limited to 'core/services.h')
-rw-r--r-- | core/services.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/services.h b/core/services.h index a915294..c498fc4 100644 --- a/core/services.h +++ b/core/services.h @@ -13,4 +13,9 @@ private: SERVICE pService; };
+void CreateServiceFunction(const char* name, SERVICE svc); +void* CallService(const char *,void*); +int ServiceExists(const char *); +
+
#endif // SERVICES_H_INCLUDED
|