We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b14e52 commit c19711dCopy full SHA for c19711d
src/glx_common.h
@@ -34,12 +34,14 @@
34
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
35
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36
*/
37
+#ifndef GLX_COMMON_H_0f0455831a23
38
+#define GLX_COMMON_H_0f0455831a23
39
- #ifdef __cplusplus
- #include <csdint>
40
- #else
41
- #include <stdint.h>
42
- #endif
+#ifdef __cplusplus
+#include <csdint>
+#else
43
+#include <stdint.h>
44
+#endif
45
46
typedef uint32_t glx_opengl_version_t;
47
#define OPENGL_VERSION_UNSPECIFIED 0u
@@ -49,3 +51,4 @@ void *glx_init(glx_opengl_version_t version_t);
49
51
void glx_make_current(void *context);
50
52
void glx_validate(void *);
53
void glx_free(void *);
54
+#endif // GLX_COMMON_H_0f0455831a23
0 commit comments