diff options
author | hovertank3d <[email protected]> | 2025-01-18 14:11:02 +0100 |
---|---|---|
committer | hovertank3d <[email protected]> | 2025-01-18 14:16:57 +0100 |
commit | d734bf6f3f8d1c1f8b5645bc7d57ebd88d0efcab (patch) | |
tree | 9a23bd514f0e812ab84342faebf62a306fb043d7 /.gitmodules | |
parent | 342b251a2f24263651a4a4104ab8129560d7dd53 (diff) | |
download | lzcnt.space-d734bf6f3f8d1c1f8b5645bc7d57ebd88d0efcab.tar.xz lzcnt.space-d734bf6f3f8d1c1f8b5645bc7d57ebd88d0efcab.zip |
include genhl source and add buildscript
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..24e92b4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "deps/genhl"] + path = deps/genhl + url = https://github.com/hovertank3d/genhl |