Shirag 0.1.0
Loading...
Searching...
No Matches
rectangle.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <raylib.h>
4
5namespace Shirag::Drawing {
6
7 void drawRectWithOutline(Rectangle& Rect, float LineThickness, Color RectColor, Color OutlineColor);
8
9}
Definition circle.hpp:5
void drawRectWithOutline(Rectangle &Rect, float LineThickness, Color RectColor, Color OutlineColor)
Definition rectangle.cpp:3