removed functions.h

This commit is contained in:
Erik 2016-01-15 14:47:22 +01:00
parent 739be62f21
commit 26a3a32522

View File

@ -1,6 +0,0 @@
#include <shared.h>
void app();
void draw_rect(float x, float y, float w, float h);
float hypo(float x, float y);
int foo(int x);
int fib(int n);