Skip to content

Commit

Permalink
Added Library Files
Browse files Browse the repository at this point in the history
  • Loading branch information
Polaris66 committed Jul 29, 2023
1 parent 53c77fb commit 1d4654c
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/home/polaris/SFML-2.6.0-windows-gcc-13.1.0-mingw-64-bit/SFML-2.6.0/include"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "linux-clang-x64",
"configurationProvider": "ms-vscode.makefile-tools"
}
],
"version": 4
}
Binary file added openal32.dll
Binary file not shown.
Binary file added sfml-audio-2.dll
Binary file not shown.
Binary file added sfml-audio-d-2.dll
Binary file not shown.
Binary file added sfml-graphics-2.dll
Binary file not shown.
Binary file added sfml-graphics-d-2.dll
Binary file not shown.
Binary file added sfml-network-2.dll
Binary file not shown.
Binary file added sfml-network-d-2.dll
Binary file not shown.
Binary file added sfml-system-2.dll
Binary file not shown.
Binary file added sfml-system-d-2.dll
Binary file not shown.
Binary file added sfml-window-2.dll
Binary file not shown.
Binary file added sfml-window-d-2.dll
Binary file not shown.

0 comments on commit 1d4654c

Please sign in to comment.