internal/glfw/glfw: refactoring

This commit is contained in:
Hajime Hoshi 2023-07-08 02:16:39 +09:00
parent 8039911bc8
commit fafbe2711f

View File

@ -6,9 +6,7 @@
package glfw
//#include <stdlib.h>
//#define GLFW_INCLUDE_NONE
//#include "glfw/include/GLFW/glfw3.h"
// #include <stdlib.h>
import "C"
func glfwbool(b C.int) bool {