GLFWWrapper.h 156 B

1234567891011
  1. #ifndef GLFWWRAPPER_H
  2. #define GLFWWRAPPER_H
  3. #include "common/utils/Types.h"
  4. namespace GLFWWrapper {
  5. bool hasError();
  6. u64 getTimeNanos();
  7. }
  8. #endif