16 lines
340 B
C
16 lines
340 B
C
#ifndef entites
|
|
#define entites
|
|
|
|
void summonEntity(entites & pos_entites, pos & coordonees);
|
|
|
|
void deleteEntity(entites & pos_entites, pos & coordonees);
|
|
|
|
void invaderMovement(entites & pos_entites);
|
|
|
|
void torpilleMovement(entites & pos_entites);
|
|
|
|
void Collision(entites & pos_entites);
|
|
|
|
void userInteraction(entites & pos_entites);
|
|
|
|
#endif |