mirror of
https://github.com/Relintai/godot_voxel.git
synced 2025-01-12 20:01:18 +01:00
Remove reference to dvector.h
This commit is contained in:
parent
ff96ba5528
commit
6fc70a66c1
@ -1,10 +1,9 @@
|
||||
#ifndef HEADER_VOXEL_UTILITY_H
|
||||
#define HEADER_VOXEL_UTILITY_H
|
||||
|
||||
#include <core/vector.h>
|
||||
#include <core/dvector.h>
|
||||
#include <core/ustring.h>
|
||||
#include "vector3i.h"
|
||||
#include <core/ustring.h>
|
||||
#include <core/vector.h>
|
||||
|
||||
// Takes elements starting from a given position and moves them at the beginning,
|
||||
// then shrink the array to fit them. Other elements are discarded.
|
||||
|
Loading…
Reference in New Issue
Block a user