dllMain.h 150 B

1234567
  1. #pragma once
  2. #include <pikaConfig.h>
  3. #include <GLFW/glfw3.h>
  4. PIKA_API void testStart(GLFWwindow *wind);
  5. PIKA_API void testUpdate(GLFWwindow *wind);