#ifndef CVAR_H
#define CVAR_H
class CVARlist
{
public:
void init();
int cvar_test;
};
extern CVARlist cvar;
#endif