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