Cnage include to follow new rule

This commit is contained in:
Nikola Petrov
2024-03-05 02:09:15 +01:00
parent e5f9e8d7f3
commit c3f4c17d6e
6 changed files with 12 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
#include "raylib.h"
#include "raymath.h"
Color ColorLerp(Color c1, Color c2, float amount);
Rectangle CalculateRect(Vector2 center, float rotation, float width, float height);

View File

@@ -1,7 +1,7 @@
#include "raylib.h"
#include <cstdint>
#include <vector>
#include <list>
#include "raylib.h"
#define MAX_DEPTH 11