You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Improve compilation speed (forward declarations/includes cleanup)
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
|
||||
#include "app_packager.h"
|
||||
|
||||
#include "editor/editor_node.h"
|
||||
|
||||
String AppxPackager::hash_block(const uint8_t *p_block_data, size_t p_block_len) {
|
||||
unsigned char hash[32];
|
||||
char base64[45];
|
||||
|
||||
Reference in New Issue
Block a user