adrigm
4/25/2013 - 2:05 PM

main.cpp

#include "Pong.hpp"

int main()
{
    Pong pong;
    pong.run();

    return 0;
}