/****************************************************************************** * FILE: table.cc * The functions that handle the game table. * * Author: Dana Vrajitoru, IUSB * Class: C481 B581 Computer Graphics ******************************************************************************/ #include "table.h" // Makes an empty table with walls all around. void Make_empty_table(Table_type table, int width, int height) { int x, y; for (x=1; x