Add qgl.c for Windows

This file was taken from ioQuake2 and altered for inclusion in Yamagi
Quake II.
This commit is contained in:
Yamagi Burmeister 2012-06-04 12:42:55 +02:00
parent 0d46fed529
commit 51869fbc9d
2 changed files with 4776 additions and 1 deletions

View file

@ -619,7 +619,8 @@ OPENGL_OBJS_ = \
ifeq ($(OSTYPE), Windows)
OPENGL_OBJS_ += \
src/windows/mem.o
src/windows/mem.o \
src/windows/qgl.o
else
OPENGL_OBJS_ += \
src/unix/hunk.o \

4774
src/windows/qgl.c Normal file

File diff suppressed because it is too large Load diff