mirror of
https://git.planet-casio.com/Fcalva/Copy3DEngine.git
synced 2025-01-01 06:23:41 +01:00
11 lines
209 B
C
11 lines
209 B
C
|
// 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 */
|