mirror of
https://git.planet-casio.com/Fcalva/Copy3DEngine.git
synced 2025-06-07 07:55:03 +02:00
10 lines
No EOL
227 B
C
10 lines
No EOL
227 B
C
#include "fixed.h"
|
|
#ifndef map_test_M
|
|
#define map_test_M
|
|
|
|
#define map_w 64
|
|
#define map_h 128
|
|
//#define startpos_x (fixed_t) 1370352//exprimé en cases<<16
|
|
//#define startpos_y (fixed_t) 1817445
|
|
|
|
#endif /* map_test.h */ |