Copy3DEngine/src/map.h

11 lines
209 B
C
Raw Normal View History

2024-03-09 21:21:17 +01:00
// Voir README.md pour license précise, par Fcalva 2023-2024 et est sous GPLv3
#include "fixed.h"
#ifndef map_test_M
#define map_test_M
#define map_w 64
#define map_h 128
#endif /* map_test.h */