]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys.h
host: Move out some client and server code
[xonotic/darkplaces.git] / sys.h
diff --git a/sys.h b/sys.h
index 0852662d582c70ad9a9b28c4c2684bb78c9f50d7..df7e81ae25c288e723027ae64b05dff9f9d462c8 100644 (file)
--- a/sys.h
+++ b/sys.h
@@ -171,6 +171,8 @@ typedef struct dllfunction_s
 }
 dllfunction_t;
 
+qbool Sys_LoadSelf(dllhandle_t *handle);
+
 /*! Loads a library. 
  * \param dllnames a NULL terminated array of possible names for the DLL you want to load.
  * \param handle