spicetools/hooks/avshook.h

18 lines
288 B
C
Raw Permalink Normal View History

2024-08-28 15:10:34 +00:00
#pragma once
#include <string_view>
#include <cstdint>
#include "avs/core.h"
namespace hooks::avs {
namespace config {
extern bool DISABLE_VFS_DRIVE_REDIRECTION;
extern bool LOG;
};
void init();
void set_rom(const char *path, const char *contents);
}