rotagon/col.h

15 lines
198 B
C
Raw Normal View History

2015-01-01 04:57:59 +00:00
/*
** col.h - <+DESC+>
**
** 2014 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
*/
#ifndef COL_H
#define COL_H
int
has_collision(struct s_game *g, struct s_obstacle o);
#endif /* ndef COL_H */