first commit
This commit is contained in:
12
project/fm_viewer/data/an6000_decode.h
Normal file
12
project/fm_viewer/data/an6000_decode.h
Normal 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
|
||||
Reference in New Issue
Block a user