#ifndef GLFWWRAPPER_H #define GLFWWRAPPER_H #include "gaming-core/utils/Types.h" namespace GLFWWrapper { typedef int64 Nanos; bool hasError(); Nanos getTimeNanos(); } #endif