c-pong/include/pong_ai.h
2023-10-06 17:30:56 +02:00

7 lines
139 B
C

#ifndef PONG_AI_H
#define PONG_AI_H
void pong_ai_update(struct game_data* game, struct player* player, float dt);
#endif /* PONG_AI_H */