casse-brick latest
Ce projet est réalisé dans le cadre du cours de Programmation Avancée en M1 Informatique de l'université de Strasbourg.
Loading...
Searching...
No Matches
Functions
brique.cpp File Reference
#include "brique.h"

Go to the source code of this file.

Functions

uint8_t randomNumber ()
 
std::tuple< SDL_Color, SDL_Color > colorFromCollisionCounter (int counter, int super)
 
int attributionSuperPower (int number)
 

Function Documentation

◆ attributionSuperPower()

int attributionSuperPower ( int  number)

Definition at line 26 of file brique.cpp.

◆ colorFromCollisionCounter()

std::tuple< SDL_Color, SDL_Color > colorFromCollisionCounter ( int  counter,
int  super 
)

Definition at line 17 of file brique.cpp.

◆ randomNumber()

uint8_t randomNumber ( )

Definition at line 8 of file brique.cpp.