#pragma once #include <pikaConfig.h> #include <GLFW/glfw3.h> PIKA_API void testStart(GLFWwindow *wind); PIKA_API void testUpdate(GLFWwindow *wind);