Skip to content
Snippets Groups Projects
Commit 6ffd18ea authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Fix indentation

parent b259368b
No related branches found
No related tags found
No related merge requests found
......@@ -117,15 +117,15 @@ static PFNglEnableClientState pglEnableClientState;
// GLOBAL
// ==========================================================================
extern const GLubyte *GLVersion;
extern const GLubyte *GLRenderer;
extern const GLubyte *GLExtensions;
extern const GLubyte *GLVersion;
extern const GLubyte *GLRenderer;
extern const GLubyte *GLExtensions;
extern GLint GPUTextureFormat;
extern RGBA_t GPUTexturePalette[256];
extern GLint GPUScreenWidth;
extern GLint GPUScreenHeight;
extern GLbyte GPUScreenDepth;
extern GLint GPUMaximumAnisotropy;
extern RGBA_t GPUTexturePalette[256];
extern GLint GPUScreenWidth;
extern GLint GPUScreenHeight;
extern GLbyte GPUScreenDepth;
extern GLint GPUMaximumAnisotropy;
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment