rotagon/patterns.h
Frank Villaro-Dixon 461b4f94dd patterns(bis)
2015-01-01 11:40:44 +01:00

15 lines
196 B
C

/*
** patterns.h - <+DESC+>
**
** 2014 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
*/
#ifndef PATTERNS_H
#define PATTERNS_H
void
add_pattern(struct s_game *g);
#endif /* ndef PATTERNS_H */