From 0fb30d2a3eb3f48ba4e9f1263cb9e47555db8b68 Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 21 May 2022 21:21:58 +0200 Subject: [PATCH] Updated Frequently Asked Questions (markdown) --- Frequently-Asked-Questions.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index 9c90dae..c922cff 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -16,6 +16,7 @@ - [How do I load my 3d model animations in raylib?](#how-do-i-load-my-3d-model-animations-in-raylib) - [Does raylib support Vulkan? Will raylib support it?](#does-raylib-support-vulkan-will-raylib-support-it) - [Why my assets are not loaded?](#why-my-assets-are-not-loaded) +- [How do I remove the console window?](#how-do-i-remove-the-console-window) ## How can I run raylib in my old PC? @@ -255,4 +256,8 @@ raylib is build over OpenGL only and for the moment there are no plans to suppor ## Why my assets are not loaded? -Wrong working directory _TODO_ \ No newline at end of file +Wrong working directory _TODO_ + +## How do I remove the console window? + +It can be removed with a compiler parameter... _TODO_