about summary refs log blame commit diff stats
path: root/src/controls.c
blob: ac5aa3db878aebca5fd1fdd4b701b0de8635f738 (plain) (tree)
1
2
3
4
5




                       
#include "pong.h"

int player_controls() {
	return(0);
}