#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <mb_types.h>
#include <mb_redraw_man.h>
#include <mb_shapes.h>
#include <mb_paint.h>
#include "tank1.h"
Go to the source code of this file.
Functions | |
tank1_t * | tank1_new (redraw_man_t *rdman, coord_t *parent_coord) |
void | tank1_free (tank1_t *obj) |
tank1_t* tank1_new | ( | redraw_man_t * | rdman, | |
coord_t * | parent_coord | |||
) |