added forgotten include
This commit is contained in:
parent
a8d2f7b47b
commit
e4faa25d16
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue