Skip to content

Instantly share code, notes, and snippets.

View warlok900's full-sized avatar

Robert Gannard warlok900

View GitHub Profile
#include <iostream>
#include <SDL.h>
#include <SDL_mixer.h>
#include <SDL_image.h>
using namespace std;
SDL_Texture* LoadTexture(SDL_Renderer* render, const char* name);
bool collision(SDL_Rect* rect1, SDL_Rect* rect2);
bool processInput(bool b[4]);