mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 23:15:46 -04:00
Common: Move GL classes to subdirectory
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
#include "common/gl_program.h"
|
||||
#include "common/gl_stream_buffer.h"
|
||||
#include "common/gl_texture.h"
|
||||
#include "common/gl/program.h"
|
||||
#include "common/gl/stream_buffer.h"
|
||||
#include "common/gl/texture.h"
|
||||
#include "glad.h"
|
||||
#include "gpu_hw.h"
|
||||
#include <array>
|
||||
|
Reference in New Issue
Block a user