diff options
| author | Ben Vanik <ben.vanik@gmail.com> | 2015-05-03 10:25:16 -0700 |
|---|---|---|
| committer | Ben Vanik <ben.vanik@gmail.com> | 2015-05-03 10:25:16 -0700 |
| commit | 6b22d35bfc6de9eedd85ced6641c81445f1e7c7f (patch) | |
| tree | 795c05eb7ba0b6a260b9f6b08a5e11091e40f35f /.gitmodules | |
| parent | d2cafa8ba9cffa8e9f56474b05162e56a5551578 (diff) | |
Skeleton debugger. Here we go again!
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index cca7960ac..5fb97f325 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "third_party/imgui"] path = third_party/imgui url = https://github.com/ocornut/imgui.git +[submodule "third_party/dockpanelsuite"] + path = third_party/dockpanelsuite + url = https://github.com/dockpanelsuite/dockpanelsuite.git |
