summaryrefslogtreecommitdiff
path: root/src/server/user.h
blob: 9800c4518d98722088ab065aeaf62471316af51c (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <al/str.h>
#include <al/array.h>

struct camu_user {
    str name;
};