GPR5100 - Rollback
Loading...
Searching...
No Matches
globals.h
Go to the documentation of this file.
1
5#pragma once
6
7#include <SFML/System/Vector2.hpp>
8#include <cstdlib>
9
10namespace core
11{
12const sf::Vector2u windowSize = { 1280, 720 };
13constexpr std::size_t entityInitNmb = 128;
14constexpr float pixelPerMeter = 100.0f;
15} // namespace core