wm: teppich

ref: a48827d1fd9dc95d033554b8d7da9f70b00fc892
dir: /include/user.h/

View raw version
typedef struct
{
	uint8 id;
	char *name;
	char *pass;
}user_t;

user_t cuser;