add a8engine framework
This commit is contained in:
commit
208173bc4f
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal 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
6
.gitmodules
vendored
Normal 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
1
third_party/a8engine
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit e2f4d2c9a4bb653ad6b37413d3dc3d9ca217a8de
|
1
third_party/framework
vendored
Submodule
1
third_party/framework
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit fad58e97072e988e9e0209a1adbaf1e3810c0b7f
|
Loading…
x
Reference in New Issue
Block a user