#pragma once #include #include "Vec2.h" namespace raycpp { void DrawRectangle(Vec2 pos, Vec2 widthHeight, Color color); void DrawRectangleLinesEx(Vec2 pos, Vec2 widthHeight, int lineThick, Color color); }