Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
globals.h 237 B
#pragma once

#include <string>

#include "random.h"

//please don't put mutable state here

const int NUM_LEVELS = 26;
const int NAME_LENGTH = 10;
const std::string VALID_NAME = "abcdefghijklmnopqrstuvwxyz _ABCDEFGHIJKLMNOPQRSTUVWXYZ";