Core: Modernize C headers with C++ equivalents
This commit is contained in:
@ -34,9 +34,9 @@
|
||||
|
||||
#include "thirdparty/glad/glad/glx.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
|
||||
#define GLX_CONTEXT_MAJOR_VERSION_ARB 0x2091
|
||||
#define GLX_CONTEXT_MINOR_VERSION_ARB 0x2092
|
||||
|
||||
Reference in New Issue
Block a user