Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
DARKDRAGON-LK committed Jan 7, 2024
1 parent 752ff3f commit e8d6011
Show file tree
Hide file tree
Showing 6 changed files with 1,179 additions and 0 deletions.
40 changes: 40 additions & 0 deletions EscapeTheRoomMain.cbp
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="EscapeTheRoom Main" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/EscapeTheRoom Main" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
</Compiler>
</Target>
<Target title="Release">
<Option output="bin/Release/EscapeTheRoom Main" 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" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-fexceptions" />
</Compiler>
<Unit filename="main.cpp" />
<Extensions>
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>
10 changes: 10 additions & 0 deletions EscapeTheRoomMain.depend
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# depslib dependency file v1.0
1641316563 source:d:\ati\1st semester\sp\project\escapetheroommain\main.cpp
<iostream>
<stdlib.h>
<iomanip>
<ctime>
<time.h>
<conio.h>
<string>

10 changes: 10 additions & 0 deletions EscapeTheRoomMain.layout
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_layout_file>
<FileVersion major="1" minor="0" />
<ActiveTarget name="Debug" />
<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="21" topLine="59" />
</Cursor>
</File>
</CodeBlocks_layout_file>
Binary file added bin/Debug/EscapeTheRoom.exe
Binary file not shown.
Loading

0 comments on commit e8d6011

Please # to comment.