#ifndef GLFWWRAPPER_H #define GLFWWRAPPER_H #include "common/utils/Types.h" namespace GLFWWrapper { bool hasError(); u64 getTimeNanos(); } #endif