internal: cleanup headers in helpers/
This commit is contained in:
parent
6e53c47e68
commit
261c3307f7
19 changed files with 135 additions and 121 deletions
|
|
@ -1,7 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include "../defines.hpp"
|
||||
#include <deque>
|
||||
#include <array>
|
||||
#include <vector>
|
||||
#include "Vector2D.hpp"
|
||||
|
||||
constexpr int BAKEDPOINTS = 255;
|
||||
constexpr float INVBAKEDPOINTS = 1.f / BAKEDPOINTS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue