From f798583ca556482900e54a8b2594026d8fd9bd86 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Fri, 13 Dec 2024 16:59:14 +0800 Subject: [PATCH] Initial glfw modules for standard library. --- modules/core@1.0.0/src/glfw.n8 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 modules/core@1.0.0/src/glfw.n8 diff --git a/modules/core@1.0.0/src/glfw.n8 b/modules/core@1.0.0/src/glfw.n8 new file mode 100644 index 0000000..ca160c3 --- /dev/null +++ b/modules/core@1.0.0/src/glfw.n8 @@ -0,0 +1,19 @@ +#!/opt/n8lang/bin/n8 +# Copyright (c) 2024 - Nathanne Isip +# This file is part of N8. +# +# N8 is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 3 of the License, +# or (at your option) any later version. +# +# N8 is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with N8. If not, see . + +val("n8-std") + glfw.init