Common: Move GL classes to subdirectory

This commit is contained in:
Connor McLaughlin
2019-11-03 15:22:37 +10:00
parent 47849465d8
commit d68f7085d6
13 changed files with 49 additions and 32 deletions

View File

@ -1,8 +1,8 @@
#pragma once
#include "YBaseLib/String.h"
#include "YBaseLib/Timer.h"
#include "common/gl_program.h"
#include "common/gl_texture.h"
#include "common/gl/program.h"
#include "common/gl/texture.h"
#include "core/host_interface.h"
#include <SDL.h>
#include <array>