SFML Pong, but object oriented

Makefile 118B

12
  1. all: pong.cpp resources
  2. g++ pong.cpp functions.cpp -o pong -lsfml-graphics -lsfml-window -lsfml-system -lsfml-audio