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