mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
14 lines
392 B
C
14 lines
392 B
C
#pragma once
|
|
|
|
#include "common.h"
|
|
|
|
// scripts / payloads dir names
|
|
#define SCRIPTS_DIR "scripts"
|
|
#define PAYLOADS_DIR "payloads"
|
|
|
|
bool CheckSupportFile(const char* fname);
|
|
size_t LoadSupportFile(const char* fname, void* buffer, size_t max_len);
|
|
|
|
bool CheckSupportDir(const char* fpath);
|
|
bool FileSelectorSupport(char* result, const char* text, const char* dname, const char* pattern);
|