/**
*	Binding to GLFW3 library.
*/
module glfw3d.glfw3;

public import glfw3d.glfw3.type;
public import glfw3d.glfw3.func;