Skip to content

Commit e1a12c0

Browse files
author
Louis Jenkins
committed
Merge branch 'development'
2 parents 742f49f + 93bdd22 commit e1a12c0

26 files changed

+1089
-1371
lines changed

.vscode/.BROWSE.VC.DB

340 KB
Binary file not shown.

.vscode/.BROWSE.VC.DB-wal

3.94 MB
Binary file not shown.

.vscode/c_cpp_properties.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"configurations": [
3+
{
4+
"name": "Mac",
5+
"includePath": ["/usr/include", "./src"],
6+
"browse" : {
7+
"limitSymbolsToIncludedHeaders" : true,
8+
"databaseFilename" : ""
9+
}
10+
},
11+
{
12+
"name": "Linux",
13+
"includePath": ["/usr/include", "./src"],
14+
"browse" : {
15+
"limitSymbolsToIncludedHeaders" : true,
16+
"databaseFilename" : ""
17+
}
18+
},
19+
{
20+
"name": "Win32",
21+
"includePath": ["c:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/include", "./src"],
22+
"browse" : {
23+
"limitSymbolsToIncludedHeaders" : true,
24+
"databaseFilename" : ""
25+
}
26+
}
27+
]
28+
}

MoltarOS.sublime-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
{
55
"path": "."
66
}
7-
]
7+
],
88
}

0 commit comments

Comments
 (0)