summary refs log tree commit diff stats
path: root/src/consts.h
blob: f3a073c09404662f607fdb434c0e880646765ada (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef CONSTS_H_8019F1B3
#define CONSTS_H_8019F1B3

#include "vector.h"

constexpr vec2s TILE_SIZE { 32, 32 };
constexpr vec2s LEVEL_SIZE { 16, 16 };
constexpr vec2s WINDOW_SIZE = TILE_SIZE * LEVEL_SIZE;

#endif /* end of include guard: CONSTS_H_8019F1B3 */