rotagon/patterns.h

15 lines
196 B
C
Raw Normal View History

2015-01-01 10:40:44 +00:00
/*
** 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 */