first commit

This commit is contained in:
2026-02-21 17:11:31 +09:00
commit 18b4338361
4001 changed files with 365464 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#ifndef AN6000_DECODE_H
#define AN6000_DECODE_H
#include "../rm_include.h"
#if (RM_MODEL == RM_MODEL_TYPE_AN6000)
int decrypt_an6000(const wchar_t *filename);
int encrypt_an6000(const wchar_t *filename);
bool is_encrypted_an6000(const wchar_t *filename);
#endif // #if (RM_MODEL == RM_MODEL_TYPE_AN6000)
#endif // AN6000_DECODE_H