Feature - 256-color support

- Temporary reorganization of files to prepare for a case change in
  from color.* -> Color.* on a Mac.
This commit is contained in:
Paul Beckingham
2009-09-22 12:07:56 -04:00
parent 1d4c942675
commit de8a2c36a0
7 changed files with 7 additions and 7 deletions

View File

@@ -30,8 +30,8 @@
#include <map>
#include <vector>
#include <string>
#include <color.h>
#include <Grid.h>
#include "Color.h"
#include "Grid.h"
class Table
{