[client] egl: moved egl sources into subdirectory

This commit is contained in:
Geoffrey McRae
2018-12-12 16:39:04 +11:00
parent 73da86ac0e
commit a9aab3c1ee
9 changed files with 16 additions and 16 deletions

View File

@@ -26,9 +26,9 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#include <SDL2/SDL_syswm.h>
#include <SDL2/SDL_egl.h>
#include "egl_model.h"
#include "egl_shader.h"
#include "egl_shader_progs.h"
#include "egl/model.h"
#include "egl/shader.h"
#include "egl/progs.h"
struct Options
{