]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys.h
gl_rsurf: Actually use the model pointer
[xonotic/darkplaces.git] / sys.h
diff --git a/sys.h b/sys.h
index e1b6c393ed55d600feced126ef64e13309364efd..df7e81ae25c288e723027ae64b05dff9f9d462c8 100644 (file)
--- a/sys.h
+++ b/sys.h
@@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #define SYS_H
 
 #include "qtypes.h"
-#include "cvar.h"
+#include "qdefs.h"
 
 /* Preprocessor macros to identify platform
     DP_OS_NAME         - "friendly" name of the OS, for humans to read
@@ -148,7 +148,7 @@ typedef struct sys_s
 
 extern sys_t sys;
 
-extern cvar_t sys_usenoclockbutbenchmark;
+extern struct cvar_s sys_usenoclockbutbenchmark;
 
 //
 // DLL management
@@ -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