feat: last changes for documentation
This commit is contained in:
parent
0affb60ae1
commit
0bcb4ce4b1
2 changed files with 19 additions and 11 deletions
|
|
@ -1,8 +1,5 @@
|
|||
#include "simulation_v2.h"
|
||||
#include "SFML/Graphics/RectangleShape.hpp"
|
||||
#include "SFML/Graphics/Text.hpp"
|
||||
#include "SFML/Graphics/Texture.hpp"
|
||||
#include "SFML/Graphics/Vertex.hpp"
|
||||
#include "SFML/Graphics/VertexArray.hpp"
|
||||
#include <SFML/Graphics/CircleShape.hpp>
|
||||
#include <array>
|
||||
|
|
@ -10,13 +7,12 @@
|
|||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
#include <mutex>
|
||||
#include <print>
|
||||
#include <random>
|
||||
#include <ranges>
|
||||
#include <set>
|
||||
|
||||
#define HASH_BUCKETS 24
|
||||
#define HASH_GRID_DIVISIONS 18
|
||||
#define HASH_BUCKETS 255
|
||||
#define HASH_GRID_DIVISIONS 16
|
||||
|
||||
namespace v2 {
|
||||
typedef uint8_t PointHash;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue