From e4faa25d163fe2f6c3737e8e9108a67e2d2c782a Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Mon, 7 Mar 2011 01:12:03 +0000 Subject: [PATCH] added forgotten include --- animations/programm.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/animations/programm.h b/animations/programm.h index 5ce57ec..a6e02ca 100644 --- a/animations/programm.h +++ b/animations/programm.h @@ -1,6 +1,10 @@ #ifndef PROGRAMM_H_ #define PROGRAMM_H_ +#include "../pixel.h" +#include "../util.h" + + void test_level(unsigned char level); void test_palette(); void test_palette2();