Skip to content

Instantly share code, notes, and snippets.

View Logiraptor's full-sized avatar
👁️

Patrick Oyarzun Logiraptor

👁️
View GitHub Profile
@Logiraptor
Logiraptor / pong1.cpp
Last active August 29, 2015 14:00 — forked from anonymous/pong1.txt
#include <iostream>
#include <SDL2/SDL.h>
#include <SDL2/SDL_mixer.h>
#include <SDL2/SDL_image.h>
using namespace std;
SDL_Texture* LoadTexture(SDL_Renderer* render, const char* name);
bool processInput(bool b[4]);