Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
"name": "Mac",
"compilerPath": "/usr/bin/clang++",
"includePath": [
"${workspaceRoot}",
"${workspaceRoot}/include/splashkit"
"${workspaceRoot}"
],
"defines": [],
"intelliSenseMode": "clang-x64",
"cppStandard": "c++14",
"browse": {
"path": [
"${workspaceRoot}",
"${workspaceRoot}/include/splashkit"
"${workspaceRoot}"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": "${workspaceRoot}/.vscode/.browse.VC.db"
Expand All @@ -23,16 +21,14 @@
"name": "Linux",
"compilerPath": "/usr/bin/g++",
"includePath": [
"${workspaceRoot}",
"${workspaceRoot}/include/splashkit"
"${workspaceRoot}"
],
"defines": [],
"intelliSenseMode": "gcc-x64",
"cppStandard": "c++14",
"browse": {
"path": [
"${workspaceRoot}",
"${workspaceRoot}/include/splashkit"
"${workspaceRoot}"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": "${workspaceRoot}/.vscode/.browse.VC.db"
Expand All @@ -42,16 +38,14 @@
"name": "Win32",
"compilerPath": "C:/msys64/mingw64/bin/g++.exe",
"includePath": [
"${workspaceRoot}",
"${workspaceRoot}/include/splashkit"
"${workspaceRoot}"
],
"defines": [],
"intelliSenseMode": "gcc-x64",
"cppStandard": "c++14",
"browse": {
"path": [
"${workspaceRoot}",
"${workspaceRoot}/include/splashkit"
"${workspaceRoot}"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": "${workspaceRoot}/.vscode/.browse.VC.db"
Expand Down
2 changes: 1 addition & 1 deletion include/global_constants.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include "splashkit/splashkit.h"
#include <splashkit.h>

constexpr int BLOCKS_IN_LEVEL_1 = 32;
constexpr int BLOCKS_IN_LEVEL_2 = 35;
Expand Down
163 changes: 0 additions & 163 deletions include/splashkit/adapter_type_mapper.h

This file was deleted.

53 changes: 0 additions & 53 deletions include/splashkit/animations.h

This file was deleted.

18 changes: 0 additions & 18 deletions include/splashkit/audio.h

This file was deleted.

23 changes: 0 additions & 23 deletions include/splashkit/basics.h

This file was deleted.

18 changes: 0 additions & 18 deletions include/splashkit/bundles.h

This file was deleted.

45 changes: 0 additions & 45 deletions include/splashkit/camera.h

This file was deleted.

Loading