1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Disable unused prototypes

This commit is contained in:
Camilla Berglund 2016-02-17 08:06:38 +01:00
parent 96cdcec58a
commit eabc64fb7d

View File

@ -23,8 +23,9 @@
//
//========================================================================
#include <glad/glad.h>
#define VK_NO_PROTOTYPES
#include <vulkan/vulkan.h>
#include <glad/glad.h>
#include <GLFW/glfw3.h>
#include <stdio.h>