view collision.h @ 65:b97628fca317

int -> long. not move on ABIBIT=64.
author tkaito
date Thu, 17 Feb 2011 04:49:47 +0900
parents 435ac1cdb64e
children
line wrap: on
line source

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

CHARACTER * atari(CHARACTER *p);

#endif