-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
62 changed files
with
885 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<CodeBlocks_project_file> | ||
<FileVersion major="1" minor="6" /> | ||
<Project> | ||
<Option title="Pong" /> | ||
<Option pch_mode="2" /> | ||
<Option compiler="gcc" /> | ||
<Build> | ||
<Target title="Debug"> | ||
<Option output="bin/Debug/Pong" prefix_auto="1" extension_auto="1" /> | ||
<Option object_output="obj/Debug/" /> | ||
<Option type="1" /> | ||
<Option compiler="gcc" /> | ||
<Compiler> | ||
<Add option="-g" /> | ||
</Compiler> | ||
<Linker> | ||
<Add library="sfml-graphics-s-d" /> | ||
<Add library="sfml-window-s-d" /> | ||
<Add library="sfml-system-s-d" /> | ||
<Add library="sfml-network-s-d" /> | ||
</Linker> | ||
</Target> | ||
<Target title="Release"> | ||
<Option output="bin/Release/Pong" prefix_auto="1" extension_auto="1" /> | ||
<Option object_output="obj/Release/" /> | ||
<Option type="1" /> | ||
<Option compiler="gcc" /> | ||
<Compiler> | ||
<Add option="-O2" /> | ||
</Compiler> | ||
<Linker> | ||
<Add option="-s" /> | ||
<Add library="sfml-graphics-s" /> | ||
<Add library="sfml-window-s" /> | ||
<Add library="sfml-system-s" /> | ||
<Add library="sfml-network-s" /> | ||
</Linker> | ||
</Target> | ||
</Build> | ||
<Compiler> | ||
<Add option="-std=c++0x" /> | ||
<Add option="-Wall" /> | ||
<Add option="-fexceptions" /> | ||
<Add option="-DSFML_STATIC" /> | ||
</Compiler> | ||
<Linker> | ||
<Add option="-static-libgcc -static-libstdc++" /> | ||
</Linker> | ||
<Unit filename="icon.rc"> | ||
<Option compilerVar="WINDRES" /> | ||
</Unit> | ||
<Unit filename="main.cpp" /> | ||
<Extensions> | ||
<code_completion /> | ||
<envvars /> | ||
<debugger /> | ||
<lib_finder disable_auto="1" /> | ||
</Extensions> | ||
</Project> | ||
</CodeBlocks_project_file> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# depslib dependency file v1.0 | ||
1386322068 source:d:\c++\files\pong\main.cpp | ||
<iostream> | ||
<cmath> | ||
<cstdlib> | ||
<string> | ||
<sstream> | ||
<SFML/Graphics.hpp> | ||
|
||
1386281912 source:g:\c++\files\pong\main.cpp | ||
<iostream> | ||
<cmath> | ||
<cstdlib> | ||
<string> | ||
<sstream> | ||
<SFML/Graphics.hpp> | ||
|
||
1386621762 source:c:\users\matt\documents\pong\pong\main.cpp | ||
<iostream> | ||
<cmath> | ||
<cstdlib> | ||
<string> | ||
<sstream> | ||
<SFML/Graphics.hpp> | ||
|
||
1386928152 source:d:\c++ projects\pong\pong\main.cpp | ||
<iostream> | ||
<cmath> | ||
<cstdlib> | ||
<string> | ||
<SFML/Graphics.hpp> | ||
|
||
1386671264 source:e:\c++ projects\pong\pong\main.cpp | ||
<iostream> | ||
<cmath> | ||
<cstdlib> | ||
<string> | ||
<sstream> | ||
<SFML/Graphics.hpp> | ||
|
||
1386927706 source:d:\c++ projects\pong\pong\icon.rc | ||
|
||
1386927706 source:h:\c++\files\harry's pong\harry's pong\pong\pong\icon.rc | ||
|
||
1387623532 source:h:\c++\files\harry's pong\harry's pong\pong\pong\main.cpp | ||
<iostream> | ||
<cmath> | ||
<cstdlib> | ||
<string> | ||
<sstream> | ||
<SFML/Network.hpp> | ||
<SFML/Graphics.hpp> | ||
|
||
1386927706 source:d:\c++\files\harry's pong\harry's pong\pong\pong\icon.rc | ||
|
||
1389364594 source:d:\c++\files\harry's pong\harry's pong\pong\pong\main.cpp | ||
<iostream> | ||
<cmath> | ||
<cstdlib> | ||
<string> | ||
<sstream> | ||
<SFML/Network.hpp> | ||
<SFML/Graphics.hpp> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<CodeBlocks_layout_file> | ||
<ActiveTarget name="Release" /> | ||
<File name="main.cpp" open="1" top="1" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> | ||
<Cursor> | ||
<Cursor1 position="22479" topLine="545" /> | ||
</Cursor> | ||
<Folding> | ||
<Collapse line="312" /> | ||
</Folding> | ||
</File> | ||
</CodeBlocks_layout_file> |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Pongcon ICON resources/icon.ico |
Oops, something went wrong.