Copy3DEngine/include/C3D/map.h
2024-10-09 16:43:10 +02:00

17 lines
377 B
C

// Voir README.md pour license précise, par Fcalva 2023-2024 et est sous GPLv3
// See README.md for the exact licensing, by ...
#include "fixed.h"
#ifndef map__h
#define map__h
typedef struct {
} RcMap;
//! Attention à avoir *exactement* la même taille entre ces valeurs et la carte dans map.c !
#define map_w 64
#define map_h 128
#endif /* map__h */