time test

This commit is contained in:
Borja Ferrer 2006-04-02 18:50:35 +00:00
parent 93c8bd0253
commit 15e137e266

View File

@ -1026,7 +1026,9 @@ native DestroyForward(forward_handle);
* register_cvar() returns a pointer you can use. * register_cvar() returns a pointer you can use.
*/ */
//Get a cvar pointer. Returns 0 if not found. /**
* Get a cvar pointer. Returns 0 if not found.
*/
native get_cvar_pointer(const cvar[]); native get_cvar_pointer(const cvar[]);
native get_pcvar_flags(pcvar); native get_pcvar_flags(pcvar);