#include <stdio.h>#include <stdlib.h>#include "mb_animate.h"Go to the source code of this file.
Classes | |
| struct | _mb_visibility |
Typedefs | |
| typedef struct _mb_visibility | mb_visibility_t |
Functions | |
| static void | mb_visibility_start (mb_action_t *act, const mb_timeval_t *now, const mb_timeval_t *playing_time, redraw_man_t *rdman) |
| static void | mb_visibility_step (mb_action_t *act, const mb_timeval_t *now, redraw_man_t *rdman) |
| static void | mb_visibility_stop (mb_action_t *act, const mb_timeval_t *now, redraw_man_t *rdman) |
| static void | mb_visibility_free (mb_action_t *act) |
| mb_action_t * | mb_visibility_new (int visib, coord_t *coord, mb_word_t *word) |
| typedef struct _mb_visibility mb_visibility_t |
Definition at line 5 of file visibility.c.
| static void mb_visibility_free | ( | mb_action_t * | act | ) | [static] |
Definition at line 40 of file visibility.c.
| static void mb_visibility_start | ( | mb_action_t * | act, | |
| const mb_timeval_t * | now, | |||
| const mb_timeval_t * | playing_time, | |||
| redraw_man_t * | rdman | |||
| ) | [static] |
Definition at line 13 of file visibility.c.
| static void mb_visibility_step | ( | mb_action_t * | act, | |
| const mb_timeval_t * | now, | |||
| redraw_man_t * | rdman | |||
| ) | [static] |
Definition at line 30 of file visibility.c.
| static void mb_visibility_stop | ( | mb_action_t * | act, | |
| const mb_timeval_t * | now, | |||
| redraw_man_t * | rdman | |||
| ) | [static] |
Definition at line 35 of file visibility.c.