mirror of
https://git.planet-casio.com/Fcalva/Copy3DEngine.git
synced 2024-12-28 20:43:44 +01:00
14 lines
350 B
C
14 lines
350 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 ...
|
|
|
|
#pragma once
|
|
|
|
#include "fixed.h"
|
|
#include "sprites.h"
|
|
|
|
//TODO : deprecate
|
|
//! Attention à avoir *exactement* la même taille entre ces valeurs et la carte dans map.c !
|
|
|
|
#define map_w 64
|
|
#define map_h 128
|
|
|