diff options
Diffstat (limited to 'grundgeruest/statistic.h')
| -rw-r--r-- | grundgeruest/statistic.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/grundgeruest/statistic.h b/grundgeruest/statistic.h new file mode 100644 index 0000000..50b82f4 --- /dev/null +++ b/grundgeruest/statistic.h @@ -0,0 +1,7 @@ +#ifndef _STATISTIC_H +#define _STATISTIC_H + +void statistic(); +void statistic_cleanup(); + +#endif |
