X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=render.h;h=6c5d6f22e533b1d29f453113a5fc7b98428054cf;hp=0053ca0b280eb52efdf545cc2af983e57a22fae6;hb=d7df76f224c0d0ebb8a3c7bc0c3125ba638206e6;hpb=2db850514745da30d5d51246cf5c626e81b8e0bc;ds=sidebyside diff --git a/render.h b/render.h index 0053ca0b..6c5d6f22 100644 --- a/render.h +++ b/render.h @@ -217,3 +217,7 @@ particletexture_t; #define MAX_PARTICLETEXTURES 64 // [0] is normal, [1] is fog, they may be the same extern particletexture_t particletexture[MAX_PARTICLETEXTURES][2]; + +void R_TimeReport(char *name); +void R_TimeReport_Start(void); +void R_TimeReport_End(void);