diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-17 20:26:13 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-17 20:26:13 +0100 |
commit | 7517f6a030756366607c755c1e95046a2c08c5e1 (patch) | |
tree | 04ed40c9947bc42e3b20018b3f37a998b61cf485 /include/wallclock.h | |
parent | bb82032208a328a9332839f55df92c9b73d2c5a0 (diff) | |
parent | 6d73bb4b57efb3ff81dcc2aa0d00d5de380add9e (diff) |
fix battle setup conflicts
Diffstat (limited to 'include/wallclock.h')
-rw-r--r-- | include/wallclock.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/wallclock.h b/include/wallclock.h new file mode 100644 index 000000000..48697c19f --- /dev/null +++ b/include/wallclock.h @@ -0,0 +1,6 @@ +#ifndef GUARD_WALLCLOCK_H +#define GUARD_WALLCLOCK_H + +void Cb2_StartWallClock(void); + +#endif //GUARD_WALLCLOCK_H |