mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Corrected version number and style (#270)
```RAYGUI_VERSION``` was different than the number mentioned in comment section. Also proposed change applies RayLib versioning style.
This commit is contained in:
@ -225,7 +225,10 @@
|
|||||||
#ifndef RAYGUI_H
|
#ifndef RAYGUI_H
|
||||||
#define RAYGUI_H
|
#define RAYGUI_H
|
||||||
|
|
||||||
#define RAYGUI_VERSION "3.2"
|
#define RAYGUI_VERSION_MAJOR 3
|
||||||
|
#define RAYGUI_VERSION_MINOR 5
|
||||||
|
#define RAYGUI_VERSION_PATCH 0
|
||||||
|
#define RAYGUI_VERSION "3.5-dev"
|
||||||
|
|
||||||
#if !defined(RAYGUI_STANDALONE)
|
#if !defined(RAYGUI_STANDALONE)
|
||||||
#include "raylib.h"
|
#include "raylib.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user