eden/src/qt_common/qt_path_util.h
crueter b2967171ea more common funcs
Signed-off-by: crueter <crueter@eden-emu.dev>
2025-09-15 16:28:53 +02:00

7 lines
177 B
C++

#ifndef QT_PATH_UTIL_H
#define QT_PATH_UTIL_H
#include "common/common_types.h"
namespace QtCommon::PathUtil { bool OpenShaderCache(u64 program_id); }
#endif // QT_PATH_UTIL_H