Skip to content

Commit 2edec43

Browse files
author
Om Rawaley
committed
First release
1 parent fe9cb21 commit 2edec43

File tree

558 files changed

+351069
-0
lines changed

Some content is hidden

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

558 files changed

+351069
-0
lines changed

.DS_Store

8 KB
Binary file not shown.

CodeInvaders/.DS_Store

8 KB
Binary file not shown.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"configurations": [
3+
{
4+
"name": "Mac",
5+
"includePath": [
6+
"${workspaceFolder}/**"
7+
],
8+
"defines": [],
9+
"macFrameworkPath": [
10+
"/usr/local/include",
11+
"/usr/local/lib",
12+
"lib",
13+
"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1",
14+
"/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include",
15+
"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include",
16+
"/Library/Developer/CommandLineTools/usr/include",
17+
"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks",
18+
"/Library/Frameworks",
19+
"/Library/Frameworks/sfml-audio.framework",
20+
"/Library/Frameworks/sfml-graphics.framework",
21+
"/Library/Frameworks/sfml-network.framework",
22+
"/Library/Frameworks/sfml-system.framework",
23+
"/Library/Frameworks/sfml-window.framework",
24+
"/Library/Frameworks/SFML.framework",
25+
"/Library/Frameworks/freetype.framework",
26+
"/Library/Frameworks/FLAC.framework",
27+
"/Library/Frameworks/ogg.framework",
28+
"/Library/Frameworks/OpenAL.framework"
29+
],
30+
"compilerPath": "/usr/bin/clang++",
31+
"cStandard": "c17",
32+
"cppStandard": "c++17",
33+
"intelliSenseMode": "macos-clang-arm64",
34+
"configurationProvider": "ms-vscode.makefile-tools"
35+
}
36+
],
37+
"version": 4
38+
}

CodeInvaders/.vscode/settings.json

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
{
2+
"files.associations": {
3+
"vector": "cpp",
4+
"iostream": "cpp",
5+
"ostream": "cpp",
6+
"__bit_reference": "cpp",
7+
"__bits": "cpp",
8+
"__config": "cpp",
9+
"__debug": "cpp",
10+
"__errc": "cpp",
11+
"__hash_table": "cpp",
12+
"__locale": "cpp",
13+
"__mutex_base": "cpp",
14+
"__node_handle": "cpp",
15+
"__split_buffer": "cpp",
16+
"__threading_support": "cpp",
17+
"__tree": "cpp",
18+
"__tuple": "cpp",
19+
"__verbose_abort": "cpp",
20+
"array": "cpp",
21+
"atomic": "cpp",
22+
"bit": "cpp",
23+
"bitset": "cpp",
24+
"cctype": "cpp",
25+
"clocale": "cpp",
26+
"cmath": "cpp",
27+
"complex": "cpp",
28+
"cstdarg": "cpp",
29+
"cstddef": "cpp",
30+
"cstdint": "cpp",
31+
"cstdio": "cpp",
32+
"cstdlib": "cpp",
33+
"cstring": "cpp",
34+
"ctime": "cpp",
35+
"cwchar": "cpp",
36+
"cwctype": "cpp",
37+
"exception": "cpp",
38+
"initializer_list": "cpp",
39+
"ios": "cpp",
40+
"iosfwd": "cpp",
41+
"istream": "cpp",
42+
"limits": "cpp",
43+
"locale": "cpp",
44+
"map": "cpp",
45+
"memory": "cpp",
46+
"mutex": "cpp",
47+
"new": "cpp",
48+
"optional": "cpp",
49+
"ratio": "cpp",
50+
"set": "cpp",
51+
"sstream": "cpp",
52+
"stdexcept": "cpp",
53+
"streambuf": "cpp",
54+
"string": "cpp",
55+
"string_view": "cpp",
56+
"system_error": "cpp",
57+
"tuple": "cpp",
58+
"type_traits": "cpp",
59+
"typeinfo": "cpp",
60+
"unordered_map": "cpp",
61+
"variant": "cpp",
62+
"__nullptr": "cpp",
63+
"__string": "cpp",
64+
"chrono": "cpp",
65+
"compare": "cpp",
66+
"concepts": "cpp",
67+
"algorithm": "cpp",
68+
"charconv": "cpp",
69+
"deque": "cpp",
70+
"fstream": "cpp",
71+
"iomanip": "cpp",
72+
"queue": "cpp"
73+
}
74+
}

0 commit comments

Comments
 (0)