Browse Source

refactoring: Region hinzugefügt

main
David PC Saiz 2 years ago
parent
commit
57147b4055
  1. 4
      src/Paper-Bin.c

4
src/Paper-Bin.c

@ -19,6 +19,8 @@ int Ballx = -1;
int Bally = 27;
int windIntervall = 0;
int lvlnumber = 1;
#pragma region FunctionDeclaration
void addScoreboard();
void clearField();
void Generatefield();
@ -26,7 +28,7 @@ void sortScoreboard();
void buildBin(int width, int height);
void getStartPosition();
int checkBallPosition();
#pragma endregion
struct Player
{

Loading…
Cancel
Save