Initial commit

This commit is contained in:
Philip Trauner 2018-04-07 23:26:16 +02:00
commit df5befa9d1
45 changed files with 2030 additions and 0 deletions

View file

@ -0,0 +1,12 @@
#ifndef _KIPR_BOTBALL_H_
#define _KIPR_BOTBALL_H_
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <wallaby/wallaby.h>
#include <string.h>
#include <time.h>
#endif