This commit is contained in:
Daveo 2000-11-24 22:34:20 +00:00
parent 4b8f6991e9
commit ffdd5e3d14
15 changed files with 406 additions and 80 deletions

View file

@ -11,12 +11,13 @@
#include <gl\glu.h>
#include <gl\glut.h>
#include <Vector>
#include "Utils.h"
struct sRGBData
{
int Width;
int Height;
char *RGB;
u8 *RGB;
};
struct sTex