Skip to content

Commit aa3b53d

Browse files
authored
Merge pull request #1 from BA3000/Develop
Develop
2 parents 66d51e8 + 9911946 commit aa3b53d

File tree

1,357 files changed

+404
-248974
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,357 files changed

+404
-248974
lines changed

.gitignore

-42
This file was deleted.

.vscode/settings.json

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"files.associations": {
3+
"atomic": "cpp",
4+
"bit": "cpp",
5+
"cctype": "cpp",
6+
"clocale": "cpp",
7+
"cmath": "cpp",
8+
"compare": "cpp",
9+
"concepts": "cpp",
10+
"cstddef": "cpp",
11+
"cstdint": "cpp",
12+
"cstdio": "cpp",
13+
"cstdlib": "cpp",
14+
"cstring": "cpp",
15+
"ctime": "cpp",
16+
"cwchar": "cpp",
17+
"exception": "cpp",
18+
"fstream": "cpp",
19+
"initializer_list": "cpp",
20+
"ios": "cpp",
21+
"iosfwd": "cpp",
22+
"iostream": "cpp",
23+
"istream": "cpp",
24+
"iterator": "cpp",
25+
"limits": "cpp",
26+
"memory": "cpp",
27+
"new": "cpp",
28+
"ostream": "cpp",
29+
"sstream": "cpp",
30+
"stdexcept": "cpp",
31+
"streambuf": "cpp",
32+
"string": "cpp",
33+
"system_error": "cpp",
34+
"tuple": "cpp",
35+
"type_traits": "cpp",
36+
"typeinfo": "cpp",
37+
"utility": "cpp",
38+
"vector": "cpp",
39+
"xfacet": "cpp",
40+
"xiosbase": "cpp",
41+
"xlocale": "cpp",
42+
"xlocinfo": "cpp",
43+
"xlocnum": "cpp",
44+
"xmemory": "cpp",
45+
"xstddef": "cpp",
46+
"xstring": "cpp",
47+
"xtr1common": "cpp",
48+
"xutility": "cpp"
49+
}
50+
}

GLEngine/.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Xmake cache
2+
.xmake/
3+
build/
4+
5+
# MacOS Cache
6+
.DS_Store
7+
8+

0 commit comments

Comments
 (0)