2025-01-26 18:33:45 +01:00

15 lines
288 B
C

#ifndef _BACKGROUND_H
#define _BACKGROUND_H
/*=
Background
800
**/
__rayapi void raydium_background_color_change (GLfloat r, GLfloat g, GLfloat b, GLfloat a);
/**
Will change ##raydium_background_color## array and apply this modification.
(will update fog color, obviously).
**/
#endif