c-pong/include/pong_ai.h

7 lines
139 B
C
Raw Permalink Normal View History

2023-10-06 15:30:56 +00:00
#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 */