migrant a SDL3
This commit is contained in:
@@ -30,8 +30,8 @@ struct IPunt {
|
||||
};
|
||||
|
||||
struct Punt {
|
||||
int x;
|
||||
int y;
|
||||
float x;
|
||||
float y;
|
||||
};
|
||||
|
||||
struct Triangle {
|
||||
@@ -86,8 +86,8 @@ private:
|
||||
void rota_pol(const Poligon& pol, float angul, bool dibuixar);
|
||||
|
||||
// Moviment
|
||||
void mou_orni(Poligon& orni);
|
||||
void mou_bales(Poligon& bala);
|
||||
void mou_orni(Poligon& orni, float delta_time);
|
||||
void mou_bales(Poligon& bala, float delta_time);
|
||||
void tocado();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user