Initial commit
This commit is contained in:
commit
df5befa9d1
45 changed files with 2030 additions and 0 deletions
12
root-fs/usr/include/kipr/botball.h
Normal file
12
root-fs/usr/include/kipr/botball.h
Normal 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
|
||||
|
Reference in a new issue