mirror of
https://gitea.tendokyu.moe/TeamTofuShop/taitools.git
synced 2026-09-22 22:28:06 +03:00
10 lines
240 B
C
10 lines
240 B
C
#pragma once
|
|
|
|
#include <stddef.h>
|
|
|
|
#include "hooklib/dvd.h"
|
|
#include "hooklib/printer.h"
|
|
|
|
void dvd_config_load(struct dvd_config *cfg, const wchar_t *filename);
|
|
void printer_config_load(struct printer_config *cfg, const wchar_t *filename);
|