audio rework pt 1
[vg.git] / src / vg / vg_console.h
index 304de0f3d3a9ebe754ca9d1030cf472e5b22b66b..8f9020cfcf0a4d60c94933f4f664aec870483d1f 100644 (file)
@@ -1,5 +1,8 @@
 /* Copyright (C) 2021-2022 Harry Godden (hgn) - All Rights Reserved */
 
+#ifndef VG_CONSOLE_H
+#define VG_CONSOLE_H
+
 struct vg_console
 {
        struct vg_convar
@@ -673,3 +676,5 @@ static void console_proc_wchar( GLFWwindow* ptrW, u32 uWchar )
                console_put_char((char)uWchar);
        }
 }
+
+#endif /* VG_CONSOLE_H */