[GLExtensions] Dynamically pull in the GL 1.3 and 1.4 functions as well.

This commit is contained in:
Ryan Houdek
2013-12-30 16:34:28 -06:00
committed by degasus
parent d5a7ea2041
commit 10bd61a9d2
4 changed files with 19 additions and 14 deletions

View File

@ -7,6 +7,7 @@
#include "GLInterface.h"
#include "gl_1_2.h"
#include "gl_1_3.h"
#include "gl_1_4.h"
#include "gl_1_5.h"
#include "gl_2_0.h"