Ok...Well Im an idiot...Here goes:
What Windows Header file do I need to include....If im using win2k...Probably some really easy answer...Oh well thanks for the time...
-Idiot_01
AKA Steven
Ok...Well Im an idiot...Here goes:
What Windows Header file do I need to include....If im using win2k...Probably some really easy answer...Oh well thanks for the time...
-Idiot_01
AKA Steven
--Working on a MMORPG in OpenGL send an e-mail if you want to help-- steven@spine.npa.uiuc.edu
#include <windows.h>
#include <GL\gl.h>
#include <GL\glu.h> //for the utility library
//#include <GL\glut.h> //if you want to use glut
Thanks much...I just wasnt sure it needed winnt.h or windows.h....but thanks![]()
--Working on a MMORPG in OpenGL send an e-mail if you want to help-- steven@spine.npa.uiuc.edu