include int main(void) { GLFWwindow* window = glfwCreateWindow(640, 480, "My Title", NULL, NULL); } i…
確定! 回上一頁