momento/include/tiles.h

12 lines
170 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-3.0-or-later */
/* Copyright (C) 2021 KikooDX */
#pragma once
enum {
TILE_OOB = -1,
TILE_VOID,
TILE_SOLID,
TILE_START,
TILE_END,
};