This commit is contained in:
parent
4b8f6991e9
commit
ffdd5e3d14
15 changed files with 406 additions and 80 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue