Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 131/149] #1 c++ src/engine/client/graphics.cpp
- src/engine/client/graphics.cpp: In member function ‘void CGraphics_OpenGL::Flush()’:
- src/engine/client/graphics.cpp:77:22: error: ‘glVertexPointer’ was not declared in this scope
- src/engine/client/graphics.cpp:80:40: error: ‘glTexCoordPointer’ was not declared in this scope
- src/engine/client/graphics.cpp:83:40: error: ‘glColorPointer’ was not declared in this scope
- src/engine/client/graphics.cpp:84:22: error: ‘GL_VERTEX_ARRAY’ was not declared in this scope
- src/engine/client/graphics.cpp:84:37: error: ‘glEnableClientState’ was not declared in this scope
- src/engine/client/graphics.cpp:85:22: error: ‘GL_TEXTURE_COORD_ARRAY’ was not declared in this scope
- src/engine/client/graphics.cpp:86:22: error: ‘GL_COLOR_ARRAY’ was not declared in this scope
- src/engine/client/graphics.cpp:91:17: error: ‘GL_QUADS’ was not declared in this scope
- src/engine/client/graphics.cpp: In member function ‘virtual void CGraphics_OpenGL::MapScreen(float, float, float, float)’:
- src/engine/client/graphics.cpp:230:15: error: ‘GL_PROJECTION’ was not declared in this scope
- src/engine/client/graphics.cpp:230:28: error: ‘glMatrixMode’ was not declared in this scope
- src/engine/client/graphics.cpp:231:17: error: ‘glLoadIdentity’ was not declared in this scope
- src/engine/client/graphics.cpp:232:68: error: ‘glOrtho’ was not declared in this scope
- src/engine/client/graphics.cpp: In member function ‘virtual int CGraphics_OpenGL::LoadTextureRaw(int, int, int, const void*, int, int)’:
- src/engine/client/graphics.cpp:360:103: error: ‘gluBuild2DMipmaps’ was not declared in this scope
- src/engine/client/graphics.cpp: In member function ‘virtual bool CGraphics_OpenGL::Init()’:
- src/engine/client/graphics.cpp:724:15: error: ‘GL_MODELVIEW’ was not declared in this scope
- src/engine/client/graphics.cpp:724:27: error: ‘glMatrixMode’ was not declared in this scope
- src/engine/client/graphics.cpp:725:17: error: ‘glLoadIdentity’ was not declared in this scope
- src/engine/client/graphics.cpp:727:27: error: ‘glAlphaFunc’ was not declared in this scope
- src/engine/client/graphics.cpp:728:11: error: ‘GL_ALPHA_TEST’ was not declared in this scope
- bam: 'objs/engine/client/graphics.o' error 256
Advertisement
Add Comment
Please, Sign In to add comment