Change raylib include form "" to <>

This commit is contained in:
Nikola Petrov
2024-06-07 23:42:18 +02:00
parent 10aa689874
commit dbf97df86a
11 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "raylib.h"
#include <raylib.h>
Color ColorLerp(Color c1, Color c2, float amount);
Vector2 CalculateVector(float rotation, float offSet, float len);
+1 -1
View File
@@ -1,5 +1,5 @@
#include <vector>
#include "raylib.h"
#include <raylib.h>
#include "values/RandBuffer.hpp"
struct Moon
+1 -1
View File
@@ -1,4 +1,4 @@
#include "raylib.h"
#include <raylib.h>
class BackGroundColors
{
+1 -1
View File
@@ -1,4 +1,4 @@
#include "raylib.h"
#include <raylib.h>
#include "BackGround.hpp"
#include "Tree.hpp"
+1 -1
View File
@@ -1,7 +1,7 @@
#include <cstdint>
#include <vector>
#include <list>
#include "raylib.h"
#include <raylib.h>
#define MAX_DEPTH 11
+1
View File
@@ -6,6 +6,7 @@
class Buffer
{
public:
uint8_t *buffer = nullptr;
size_t taken = 0;