add key dumping

This commit is contained in:
SuchMemeManySkill
2020-12-26 22:24:41 +01:00
parent ab5c5e799e
commit 07540b4651
13 changed files with 655 additions and 13 deletions

3
source/keys/keyfile.h Normal file
View File

@@ -0,0 +1,3 @@
#pragma once
int GetKeysFromFile(char *path);