rotagon/col.h
Frank Villaro-Dixon 7af5bc65a2 It works
2015-01-01 05:57:59 +01:00

15 lines
198 B
C

/*
** 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 */