cs381/as6/Draw.cpp

6 lines
143 B
C++

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