mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-30 18:59:18 -05:00
REVIEWED: Examples section comments, for better organization and consistency
This commit is contained in:
@ -22,6 +22,9 @@
|
||||
|
||||
#define MAX_SPLINE_POINTS 32
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Types and Structures Definition
|
||||
//----------------------------------------------------------------------------------
|
||||
// Cubic Bezier spline control points
|
||||
// NOTE: Every segment has two control points
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user