examples/tank/rock.c File Reference

#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 "rock.h"

Go to the source code of this file.

Functions

rock_trock_new (redraw_man_t *rdman, coord_t *parent_coord)
void rock_free (rock_t *obj)


Function Documentation

void rock_free ( rock_t obj  ) 

Definition at line 125 of file rock.c.

rock_t* rock_new ( redraw_man_t rdman,
coord_t parent_coord 
)

Definition at line 10 of file rock.c.

SourceForge.net Logo