diff system/file.h @ 30:3fe3e5f184b5

* Added CLANNAD Full Voice's key
author thib
date Fri, 06 Mar 2009 21:25:42 +0000
parents 3a6aaeab7b4e
children 2c574c3d50a9
line wrap: on
line diff
--- a/system/file.h
+++ b/system/file.h
@@ -136,6 +136,7 @@ private:
 	/* デフォルトの information */
 	static ARCTYPE default_is_archived[TYPEMAX];
 	static char* default_dirnames[TYPEMAX];
+	char xor_key[16];
 public:
 	FILESEARCH(void);
 	~FILESEARCH();
@@ -153,6 +154,9 @@ public:
 	/* ある種類のファイルをすべてリストアップ
 	** 末尾は NULL pointer
 	*/
+	void SetXorKey(char*);
+	void GuessXorKey(char*);
+	const char* GetXorKey(void);
 	char** ListAll(FILETYPE type);
 };