view collision.h @ 66:f27a6af6514c

SchedRegister, game_task.h etc...
author tkaito
date Thu, 17 Feb 2011 10:56:56 +0900
parents 435ac1cdb64e
children
line wrap: on
line source

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

CHARACTER * atari(CHARACTER *p);

#endif