]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
oops, I didn't see this warning
[xonotic/darkplaces.git] / quakedef.h
index 65a442549dd560816446c5a8210054f927da35d8..0033e47a16177b7a5c9ff445657ed636bd2ae2f0 100644 (file)
@@ -94,6 +94,8 @@ extern char engineversion[128];
 //#define STAT_TIME                    17 // FTE
 //#define STAT_VIEW2           20 // FTE
 #define STAT_VIEWZOOM          21 // DP
+#define STAT_FRAGLIMIT                                                         235 // DP
+#define STAT_TIMELIMIT                                                         236 // DP
 #define STAT_MOVEVARS_WALLFRICTION                                     237 // DP
 #define STAT_MOVEVARS_FRICTION                                         238 // DP
 #define STAT_MOVEVARS_WATERFRICTION                                    239 // DP
@@ -285,6 +287,7 @@ void Chase_Update (void);
 
 void fractalnoise(unsigned char *noise, int size, int startgrid);
 void fractalnoisequick(unsigned char *noise, int size, int startgrid);
+float noise4f(float x, float y, float z, float w);
 
 void Sys_Shared_Init(void);