mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-17 07:41:14 +00:00
REVIEWED: Examples section comments, for better organization and consistency
This commit is contained in:
@@ -34,6 +34,9 @@
|
||||
#define COLORS_PER_PALETTE 8
|
||||
#define VALUES_PER_COLOR 3
|
||||
|
||||
//------------------------------------------------------------------------------------
|
||||
// Global Variables Definition
|
||||
//------------------------------------------------------------------------------------
|
||||
static const int palettes[MAX_PALETTES][COLORS_PER_PALETTE*VALUES_PER_COLOR] = {
|
||||
{ // 3-BIT RGB
|
||||
0, 0, 0,
|
||||
|
||||
Reference in New Issue
Block a user