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

@ -29,7 +29,7 @@
#include <stdlib.h>
#include <string.h>
#include "text.h"
#include "color.h"
#include "Color.h"
#include "util.h"
#include "Date.h"
#include "Duration.h"