#include "glf.hpp" int main(int argc, char** argv) { glfwInit(); return 0; }