view collision.h @ 0:4be1ca60a49b default tip

first commit.
author tkaito
date Sat, 05 Feb 2011 02:13:58 +0900
parents
children
line wrap: on
line source

#include "Character.h"
#ifndef collision_h
#define collision_h 1

CHARACTER * atari(CHARACTER *p);

#endif