added forgotten include

This commit is contained in:
Christian Kroll 2011-03-07 01:12:03 +00:00
parent a8d2f7b47b
commit e4faa25d16
1 changed files with 4 additions and 0 deletions

View File

@ -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();