mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
-some changes by okam
This commit is contained in:
parent
95047562d7
commit
55b34e05b3
13 changed files with 72 additions and 6 deletions
|
@ -5,10 +5,12 @@
|
|||
#include "print_string.h"
|
||||
#define COMP_MAGIC 0x43454447
|
||||
|
||||
#include "core/variant.h"
|
||||
#include <stdio.h>
|
||||
|
||||
Error FileAccessEncrypted::open_and_parse(FileAccess *p_base,const Vector<uint8_t>& p_key,Mode p_mode) {
|
||||
|
||||
print_line("open and parse!");
|
||||
//print_line("open and parse!");
|
||||
ERR_FAIL_COND_V(file!=NULL,ERR_ALREADY_IN_USE);
|
||||
ERR_FAIL_COND_V(p_key.size()!=32,ERR_INVALID_PARAMETER);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue