hooklib/clock.c: Split clock read and write hooks

This commit is contained in:
Tau
2019-08-21 12:52:39 -04:00
parent 65ccaf55f3
commit 94005de9e9
6 changed files with 27 additions and 10 deletions

View File

@ -1,3 +1,4 @@
#pragma once
void clock_hook_init(void);
void clock_read_hook_init(void);
void clock_write_hook_init(void);