#pragma once namespace font { void load(const char* filename); void print(const char* text, int x, int y); const int len(const char *text); }