This commit is contained in:
2026-02-03 20:13:10 -06:00
parent afe6254317
commit 8c0cba9397
2 changed files with 0 additions and 3 deletions

1
.ccls
View File

@@ -1,6 +1,5 @@
clang++ clang++
-Iinputs -Iinputs
-I. -I.
-I${GNS_INCLUDE}
-DWINDOW=1 -DWINDOW=1
-DRENDERER=1 -DRENDERER=1

View File

@@ -281,11 +281,9 @@
gamenetworkingsockets gamenetworkingsockets
]; ];
shellHook = '' shellHook = ''
export GNS_INCLUDE=${pkgs.gamenetworkingsockets}/include/GameNetworkingSockets
''; '';
}; };