ALL: Avoid class names clashing with ScummVM classes

This commit is contained in:
Pawel Kolodziejski 2020-09-28 18:37:37 +02:00
parent 66add36769
commit a8b53f8f21
40 changed files with 228 additions and 228 deletions

View file

@ -28,7 +28,7 @@
namespace OpenGL {
class FrameBuffer : public Texture {
class FrameBuffer : public TextureGL {
public:
FrameBuffer(uint width, uint height);
FrameBuffer(GLuint texture_name, uint width, uint height, uint texture_width, uint texture_height);