mirror of
https://github.com/ProgramSnail/snake_2024.git
synced 2025-12-06 14:38:43 +00:00
6 lines
88 B
C++
6 lines
88 B
C++
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "Vec.hpp"
|
||
|
|
|
||
|
|
constexpr Veci WORLD_SIZE = {.x = 10000, .y = 10000};
|