#ifndef GLFW_H #define GLFW_H #include #include typedef uint64_t Nanos; namespace GLFW { bool init(); Nanos getNanos(); } #endif