--- /dev/null
+// The goal of the onyx-imgui library is to provide a simple and fast immediate mode graphical
+// user interface library to be used in a webbrowser with WASM and WebGL. This library will
+// make prototyping applications faster and easier, and will make more complicated applications
+// doable without a ton of code.
+
+// Several things need to be developed:
+// - Immediate mode renderer
+// - TTF file loading and prerendering to a texture map
+// - More things I can't think of at the moment
+
+// I don't want to plan this too much. I want to just dive in and get working on it.
+
+package imgui
+
+
+++ /dev/null
-// The goal of the onyx-imgui library is to provide a simple and fast immediate mode graphical
-// user interface library to be used in a webbrowser with WASM and WebGL. This library will
-// make prototyping applications faster and easier, and will make more complicated applications
-// doable without a ton of code.
-
-// Several things need to be developed:
-// - Immediate mode renderer
-// - TTF file loading and prerendering to a texture map
-// - More things I can't think of at the moment
-
-// I don't want to plan this too much. I want to just dive in and get working on it.
-
-package imgui
-
-