#ifndef DRAWING_H #define DRAWING_H // Public void draw(); // Private static void draw_grid_lines(); static void draw_cells(); #endif