7 lines
139 B
C
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 */
|