Skip to content

Commit

Permalink
Billiards_pro
Browse files Browse the repository at this point in the history
  • Loading branch information
abdalkader84 committed Jun 27, 2021
0 parents commit 0e48089
Show file tree
Hide file tree
Showing 16 changed files with 11,510 additions and 0 deletions.
Binary file added 4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,345 changes: 1,345 additions & 0 deletions Billiards_pro.cbproj

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions Billiards_pro.cbproj.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<BorlandProject>
<Transactions>
<Transaction>2020/11/05 16:18:45.000.777,=C:\Users\abdalkader\Documents\Embarcadero\Studio\Projects\Project1PCH1.h</Transaction>
<Transaction>2020/11/05 16:18:45.000.879,=C:\Users\abdalkader\Documents\Embarcadero\Studio\Projects\Unit1.cpp</Transaction>
<Transaction>2021/01/31 15:11:49.000.822,=C:\Users\abdalkader\Documents\Embarcadero\Studio\Projects\Unit1.cpp</Transaction>
<Transaction>2021/01/31 15:11:50.000.127,=C:\Users\abdalkader\Documents\Embarcadero\Studio\Projects\Project1PCH1.h</Transaction>
<Transaction>2021/01/31 15:12:06.000.058,C:\Users\abdalkader\Desktop\new_fishing\main.h=C:\Users\abdalkader\Documents\Embarcadero\Studio\Projects\Unit1.h</Transaction>
<Transaction>2021/01/31 15:12:06.000.058,C:\Users\abdalkader\Desktop\new_fishing\main.fmx=C:\Users\abdalkader\Documents\Embarcadero\Studio\Projects\Unit1.fmx</Transaction>
<Transaction>2021/01/31 15:12:06.000.058,C:\Users\abdalkader\Desktop\new_fishing\main.cpp=C:\Users\abdalkader\Documents\Embarcadero\Studio\Projects\Unit1.cpp</Transaction>
<Transaction>2021/01/31 15:12:17.000.818,C:\Users\abdalkader\Desktop\new_fishing\Project1PCH1.h=C:\Users\abdalkader\Documents\Embarcadero\Studio\Projects\Project1PCH1.h</Transaction>
<Transaction>2021/01/31 15:12:24.000.753,C:\Users\abdalkader\Desktop\new_fishing\new_fishing.cbproj=C:\Users\abdalkader\Documents\Embarcadero\Studio\Projects\Project1.cbproj</Transaction>
<Transaction>2021/01/31 15:12:24.000.638,C:\Users\abdalkader\Desktop\new_fishing\new_fishingPCH1.h=C:\Users\abdalkader\Desktop\new_fishing\Project1PCH1.h</Transaction>
<Transaction>2021/05/01 03:31:38.000.676,D:\New folder\my_cpp_projects\new_fishing\new_fishing.cbproj=D:\New folder\my_cpp_projects\new_fishing\snake_pro.cbproj</Transaction>
<Transaction>2021/05/01 03:31:38.000.608,D:\New folder\my_cpp_projects\new_fishing\new_fishingPCH1.h=D:\New folder\my_cpp_projects\new_fishing\snake_proPCH1.h</Transaction>
<Transaction>2021/05/05 01:05:02.000.569,D:\New folder\my_cpp_projects\‏‏snake_pro_good\snake_proPCH1.h=D:\New folder\my_cpp_projects\‏‏snake_pro_good\Billyards_proPCH1.h</Transaction>
<Transaction>2021/05/05 01:05:02.000.677,D:\New folder\my_cpp_projects\‏‏snake_pro_good\snake_pro.cbproj=D:\New folder\my_cpp_projects\‏‏snake_pro_good\Billyards_pro.cbproj</Transaction>
<Transaction>2021/05/05 13:49:51.000.309,D:\CPP_pro\Billyards_pro\Billiards_proPCH1.h=D:\CPP_pro\Billyards_pro\Billyards_proPCH1.h</Transaction>
<Transaction>2021/05/05 13:49:51.000.343,D:\CPP_pro\Billyards_pro\Billiards_pro.cbproj=D:\CPP_pro\Billyards_pro\Billyards_pro.cbproj</Transaction>
</Transactions>
<ActiveMobileDevice>
<NoProfile Android="4d0025d0dc0dc100"/>
</ActiveMobileDevice>
</BorlandProject>
37 changes: 37 additions & 0 deletions Billiards_pro.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
//---------------------------------------------------------------------------

#include <fmx.h>
#ifdef _WIN32
#include <tchar.h>
#endif
#pragma hdrstop
#include <System.StartUpCopy.hpp>
//---------------------------------------------------------------------------
USEFORM("main.cpp", Form1);
//---------------------------------------------------------------------------
extern "C" int FMXmain()
{
try
{
Application->Initialize();
Application->CreateForm(__classid(TForm1), &Form1);
Application->Run();
}
catch (Exception &exception)
{
Application->ShowException(&exception);
}
catch (...)
{
try
{
throw Exception("");
}
catch (Exception &exception)
{
Application->ShowException(&exception);
}
}
return 0;
}
//---------------------------------------------------------------------------
Binary file added Billiards_pro.res
Binary file not shown.
5 changes: 5 additions & 0 deletions Billiards_proPCH1.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#include <fmx.h>
#ifdef _WIN32
#include <tchar.h>
#endif

Binary file added Billyards_pro.res
Binary file not shown.
Binary file added ball.mp3
Binary file not shown.
Binary file added ball.wav
Binary file not shown.
Loading

0 comments on commit 0e48089

Please sign in to comment.