forked from TeamTofuShop/segatools
platform: Shift config structs around
This commit is contained in:
@ -2,6 +2,12 @@
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "platform/config.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
struct clock_config {
|
||||
bool timezone;
|
||||
bool timewarp;
|
||||
bool writeable;
|
||||
};
|
||||
|
||||
HRESULT clock_hook_init(const struct clock_config *cfg);
|
||||
|
Reference in New Issue
Block a user