Burp
|
#include <ncurses.h>
#include "../model/game/robot.h"
#include "../model/game/missile.h"
#include "../model/game/arene.h"
#include "../define.h"
Go to the source code of this file.
Macros | |
#define | LOG_SIZE 60 |
Functions | |
void | init () |
int | quit () |
void | anim_begin () |
void | end_screen (robot *robot) |
void | add_log (char *message) |
void | add_action (char *action, int id) |
void | updateArena (arena *arena) |
void add_action | ( | char * | action, |
int | id | ||
) |
Add an action
void add_log | ( | char * | message | ) |
Add a message to the log
void anim_begin | ( | ) |
Launch the begin animation
void end_screen | ( | robot * | robot | ) |
Draw the end screen
void init | ( | ) |
Init function that launch ui
int quit | ( | ) |
Quit Ncurses
void updateArena | ( | arena * | arena | ) |
Update the arena, and the info with data in the arena