GLFW.h 74 B

12345678
  1. #ifndef GLFW_H
  2. #define GLFW_H
  3. namespace GLFW {
  4. bool init();
  5. }
  6. #endif