#include "Draw.hpp" void DrawSceneOutline() { DrawRectangleLines(0, 0, GetScreenWidth(), GetScreenHeight(), raylib::Color::DarkGray()); }