Moved enet to it's module.

This commit is contained in:
Relintai 2023-12-16 14:40:23 +01:00
parent 729f399746
commit c8a9076767
20 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ env_enet = env_modules.Clone()
thirdparty_obj = []
if env["builtin_enet"]:
thirdparty_dir = "#thirdparty/enet/"
thirdparty_dir = "enet/"
thirdparty_sources = [
"pandemonium.cpp",
"callbacks.c",