diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-02-28 09:29:28 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-28 09:29:28 -0600 |
commit | 19b467e49f2a1dcf3845747dbc2f53586cc02fce (patch) | |
tree | 6dded1d66c6c125ecf41625f15ef655a00ca17b3 /include/clock.h | |
parent | 5162393c166ab9a37ec22993df6588080f1a9aa0 (diff) | |
parent | 85a959f321dfa01c9c76f9c74fbbda55614271da (diff) |
Merge pull request #223 from DizzyEggg/decompile_blit
Decompile blit
Diffstat (limited to 'include/clock.h')
-rw-r--r-- | include/clock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clock.h b/include/clock.h index 4e6560c91..aa179bf6f 100644 --- a/include/clock.h +++ b/include/clock.h @@ -5,4 +5,4 @@ void DoTimeBasedEvents(void); -#endif +#endif // GUARD_CLOCK_H |