- moved gl_load to common.

This commit is contained in:
Christoph Oelckers 2020-04-10 22:10:49 +02:00
commit 0cb2a1b8e9
29 changed files with 41 additions and 38 deletions

View file

@ -26,7 +26,7 @@
*/
#include "templates.h"
#include "gl_load/gl_system.h"
#include "gl_system.h"
#include "gl/system/gl_debug.h"
#include "stats.h"
#include <set>