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

View File

@@ -1,5 +1,5 @@
#include <vector>
#include "raylib.h"
#include <raylib.h>
#include "values/RandBuffer.hpp"
struct Moon

View File

@@ -1,4 +1,4 @@
#include "raylib.h"
#include <raylib.h>
class BackGroundColors
{

View File

@@ -1,4 +1,4 @@
#include "raylib.h"
#include <raylib.h>
#include "BackGround.hpp"
#include "Tree.hpp"

View File

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