/* * CMMH - Chaplja's Movie Makers Hack * http://chaplja.com - chaplja@gmail.com * * Credit me if used * */ #pragma once typedef struct { char *name; char *string; char *resetString; char *latchedString; int flags; int modified; int modificationCount; float value; int integer; void *next; void *hashNext; } cvar_t;