Disable unused prototypes

master
Camilla Berglund ago%!(EXTRA string=9 years)
parent 96cdcec58a
commit eabc64fb7d
  1. 3
      tests/glfwinfo.c

@ -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>

Loading…
Cancel
Save