summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Color.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Color.cpp')
-rw-r--r--Stars45/Color.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Stars45/Color.cpp b/Stars45/Color.cpp
index 6f6e7ae..aa01293 100644
--- a/Stars45/Color.cpp
+++ b/Stars45/Color.cpp
@@ -16,11 +16,10 @@
#include "Video.h"
#include "Pcx.h"
#include "Fix.h"
+#include "Utils.h"
// +--------------------------------------------------------------------+
-void Print(const char* fmt, ...);
-
Color Color::White = Color(255,255,255);
Color Color::Black = Color( 0, 0, 0);
Color Color::Gray = Color(128,128,128);