#pragma once namespace Grid { void Toggle(); void Draw(const char viewport, int size = 0); }