Move files
BackGround, Canvas, Tree to dir canvas
This commit is contained in:
parent
18bf865e19
commit
e3cc91359e
@ -1,5 +1,5 @@
|
||||
#include <vector>
|
||||
#include "Canvas.hpp"
|
||||
#include "canvas/Canvas.hpp"
|
||||
|
||||
class App
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "BackGround.hpp"
|
||||
#include "canvas/BackGround.hpp"
|
||||
#include "Math.hpp"
|
||||
|
||||
#include "raylib.h"
|
@ -1,4 +1,4 @@
|
||||
#include "Canvas.hpp"
|
||||
#include "canvas/Canvas.hpp"
|
||||
|
||||
void Canvas::init(int size)
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
#include <cmath>
|
||||
#include "raylib.h"
|
||||
#include "raymath.h"
|
||||
#include "Tree.hpp"
|
||||
#include "canvas/Tree.hpp"
|
||||
#include "Math.hpp"
|
||||
|
||||
// Public
|
Loading…
x
Reference in New Issue
Block a user