ALL: Avoid class names clashing with ScummVM classes
This commit is contained in:
parent
66add36769
commit
a8b53f8f21
40 changed files with 228 additions and 228 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue