14 lines
196 B
C
14 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 */
|
|
|