Yeah, you can't.
typedef struct cvar_s
{
    char    *name;
    char    *string;
    int        flags;
    float    value;
    struct cvar_s *next;
} cvar_t;

those are your only options in gold.
-Tony


On Fri, Jul 18, 2008 at 1:47 PM, Tony omega Sergi <[EMAIL PROTECTED]>
wrote:

> It's been a while for me, but i don't think you can, that was one of the
> new things added to source.
>
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to