diff options
Diffstat (limited to 'rts/Ticky.h')
-rw-r--r-- | rts/Ticky.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/rts/Ticky.h b/rts/Ticky.h index 21765e4bbb..c8da50a940 100644 --- a/rts/Ticky.h +++ b/rts/Ticky.h @@ -6,4 +6,9 @@ * * ---------------------------------------------------------------------------*/ -extern void PrintTickyInfo(void); +#ifndef TICKY_H +#define TICKY_H + +void PrintTickyInfo(void); + +#endif /* TICKY_H */ |