mirror of
https://github.com/glfw/glfw.git
synced 2025-06-07 00:04:55 +00:00
7 lines
86 B
C
7 lines
86 B
C
#include <GLFW/glfw3.h>
|
|
#include <stdio.h>
|
|
|
|
int main() {
|
|
glfwGetWindowAttrib();
|
|
}
|