Standalone header,
My Raylib Functions is a collection of my personal c++ and raylib functions.
Alejandro Ricciardi (Omegapy)
created date: 01/09/2023
https://github.com/Omegapy/MyRaylibFunctions
Requirements:
c and c++ 20 or later
Raylib library: https://www.raylib.com
Project description:
A collection of my personal c++ and raylib functions
// Pauses the screen, the game
void pause_screen(int pause_key);
// Centers window in current monitor
void center_window(float window_width, float window_height);
// Draws a dotted line
void draw_dotted_line(int start_pos_x, int start_pos_y, int end_pos_x, int end_pos_y, int num_points);
Links:
https://github.com/Omegapy
YouTube: https://www.youtube.com/@omegapy (new)