Initial changes for Raylib 5.0 and some missing functions.

This commit is contained in:
jussi
2023-11-20 21:04:53 +02:00
parent 7765a23a2c
commit 05eaafb79e
21 changed files with 1659 additions and 803 deletions

View File

@@ -3,14 +3,18 @@
#define STRING_LEN 1024
#define VERSION_MAJOR 0
#define VERSION_MINOR 6
#define VERSION_MINOR 7
#define VERSION_PATCH 0
#define VERSION_DEV 0
#define VERSION_DEV 1
#include "glad.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include "glad.h"
#include "glfw3.h"
#include "glfw3native.h"
#ifdef SHARED
#include <raylib.h>
@@ -28,9 +32,6 @@
#include "rcamera.h"
#endif
#include "glfw3.h"
#include "glfw3native.h"
#include <stdint.h>
#ifdef LUAJIT
#ifdef SHARED