Starship Code Contest  0.1
A real student nightmare...
full_dummy.c
Go to the documentation of this file.
1 
11 #include <stdio.h>
12 #include "../includes/acquisition.h"
13 
15 void initialize_my_AI(void);
16 void clean_my_AI(void);
17 
19  return ;
20 }
21 
22 void initialize_my_AI(void){
23  return ;
24 }
25 
26 void clean_my_AI(void){
27  return ;
28 }
void clean_my_AI(void)
Clean nothing because there is nothing to clean.
Definition: full_dummy.c:26
void decision_frame(Decision_frame *d)
the brilliant decision my AI is taking each frame.
Definition: full_dummy.c:18
void initialize_my_AI(void)
there is nothing to intialize in this
Definition: full_dummy.c:22
This structure gathers the information needed to pilot a starship each frame.
Definition: acquisition.h:21