#ifndef __USERNAMES_HPP_
#define __USERNAMES_HPP_
#include "types.h"
bool IsUser(int name);
#endif // __USERNAMES_HPP_