libreis
0.1.0
A simple header-based drop-in library
Loading...
Searching...
No Matches
include
reis
raylib.h
Go to the documentation of this file.
1
9
#ifndef __REISLIB_RAYLIB_H__
10
#define __REISLIB_RAYLIB_H__
11
12
#include <
reis.h
>
13
14
#if defined __has_include
15
# if __has_include (<raylib.h>)
16
# include <
raylib.h
>
17
# else
18
# pragma message ("Raylib wasn't discovered, most likely it's not being linked")
19
# endif
20
# if __has_include (<raymath.h>)
21
# include <raymath.h>
22
# else
23
# pragma message ("Raymath wasn't discovered, most likely it's not being linked")
24
# endif
25
#endif
26
27
28
29
#if defined(RAYLIB_H) && defined(RAYMATH_H)
34
void
DrawDashedLineEx(Vector2 startPos, Vector2 endPos,
35
float
spacing,
float
thick, Color color);
36
37
#endif
38
39
#endif
40
raylib.h
Some extras for Raylib programs.
reis.h
Shared typedefs and functions.
Generated on Fri Apr 18 2025 for libreis by
1.13.2