Shirag 0.1.0
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
line.hpp File Reference
#include <raylib.h>
Include dependency graph for line.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Shirag
 
namespace  Shirag::Drawing
 

Enumerations

enum  Shirag::Drawing::ALIGN { Shirag::Drawing::LEFT = 0 , Shirag::Drawing::RIGHT , Shirag::Drawing::UP , Shirag::Drawing::DOWN }
 

Functions

void Shirag::Drawing::drawLineAligned (Vector2 StartPos, Vector2 EndPos, float LineThick, Color LineColor, ALIGN Alignment)