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