Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <windows.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <GL/glew.h>
- #define GLFW_DLL
- #include <GL/glfw.h>
- #pragma comment(lib,"glfwdll.lib")
- #include <GL/glm/glm.hpp>
- int main()
- {
- glfwInit();
- glfwSleep( 1.0 );
- glfwTerminate();
- }
Advertisement
Add Comment
Please, Sign In to add comment