move all libs into src
This commit is contained in:
8
src/pong_player.h
Normal file
8
src/pong_player.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef PONG_PLAYER_H
|
||||
#define PONG_PLAYER_H
|
||||
|
||||
int ball_player_collision(int player, int ball_y);
|
||||
int pong_move_p1(int &p1_start, int &need_refresh);
|
||||
int pong_move_p2(int &p2_start, int &need_refresh);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user