Thirdparty: Harmonize patches to document downstream changes
This commit is contained in:
@ -13,7 +13,7 @@ thirdparty_obj = []
|
||||
if env["builtin_enet"]:
|
||||
thirdparty_dir = "#thirdparty/enet/"
|
||||
thirdparty_sources = [
|
||||
"godot.cpp",
|
||||
"enet_godot.cpp",
|
||||
"callbacks.c",
|
||||
"compress.c",
|
||||
"host.c",
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
|
||||
#include "noise.h"
|
||||
|
||||
#include <thirdparty/noise/FastNoiseLite.h>
|
||||
#include "thirdparty/misc/FastNoiseLite.h"
|
||||
|
||||
typedef fastnoiselite::FastNoiseLite _FastNoiseLite;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user