add a8engine framework

This commit is contained in:
aozhiwei 2019-02-15 15:47:12 +08:00
commit 208173bc4f
4 changed files with 32 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@ -0,0 +1,24 @@
webapp/php-common
*.*\~
*.*~
*.*\#
*.*#
\#*
\.\#*
~*.*
\#*.*
*.pb.*
CMakeCache.txt
cmake_install.cmake
CMakeFiles
Makefile
server/bin
__pycache__
*pb2.py
*.pyc
*.out
.vs
.user
game.py
*.cxx
compile_commands.json

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "third_party/framework"]
path = third_party/framework
url = git@git.kingsome.cn:server_common/framework.git
[submodule "third_party/a8engine"]
path = third_party/a8engine
url = git@git.kingsome.cn:server_common/a8engine.git

1
third_party/a8engine vendored Submodule

@ -0,0 +1 @@
Subproject commit e2f4d2c9a4bb653ad6b37413d3dc3d9ca217a8de

1
third_party/framework vendored Submodule

@ -0,0 +1 @@
Subproject commit fad58e97072e988e9e0209a1adbaf1e3810c0b7f