#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 */