Skip to content

Instantly share code, notes, and snippets.

View galloscript's full-sized avatar

David Gallardo galloscript

View GitHub Profile
@rygorous
rygorous / gist:2390021
Created April 15, 2012 04:28
ye olde texgen code
#include "types.h"
#include "opsys.h"
#include "texture.h"
#include "opdata.h"
#include "rtlib.h"
#include "math3d_2.h"
// for text stuff
#define WIN32_LEAN_AND_MEAN
#include <windows.h>