aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-04-02 09:19:53 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-04-02 09:19:53 +0100
commit6e2e4fbbe1db21c87ccd28f75f5cf77818bc19ea (patch)
tree17cc7291aa0f6677f881368a7b887de8a0bb14b1
parenta47822c9b2efab869713e6b307e57a6193e0414d (diff)
downloadArider-6e2e4fbbe1db21c87ccd28f75f5cf77818bc19ea.tar.gz
Arider-6e2e4fbbe1db21c87ccd28f75f5cf77818bc19ea.zip
Added game engine submodule
-rw-r--r--.dir-locals.el12
-rw-r--r--.gitmodules3
m---------YAGE0
3 files changed, 9 insertions, 6 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 23a2a0e..b4e402d 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,9 +1,9 @@
-((nil . ((company-clang-arguments . ("-I../include/yage/"
+((nil . ((company-clang-arguments . ("-I../include/YAGE/"
"-I../include/"
- "-I../yage/include/"))
- (company-c-headers-path-user . ("../include/yage/"
+ "-I../YAGE/include/"))
+ (company-c-headers-path-user . ("../include/YAGE/"
"../include/"
- "../yage/include/"))
- (flycheck-clang-include-path . ("../include/yage/"
+ "../YAGE/include/"))
+ (flycheck-clang-include-path . ("../include/YAGE/"
"../include/"
- "../yage/include/")))))
+ "../YAGE/include/")))))
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..c7b90e6
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "YAGE"]
+ path = YAGE
+ url = git@github.com:ymherklotz/YAGE.git
diff --git a/YAGE b/YAGE
new file mode 160000
+Subproject aa67c8bb56cb750ac83ecbd361439f5ecb5e12d