Browse Source

added forgotten include

feature/2015
Christian Kroll 14 years ago
parent
commit
e4faa25d16
  1. 4
      animations/programm.h

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

Loading…
Cancel
Save