mirror of
https://github.com/zeldaret/mm.git
synced 2024-11-27 14:51:03 +00:00
e9d4b31c3d
* z_map_exp OK * some names * Some more docs * Update prototypes in functions.h * Use reg name * namefixer * Respond to review * Respond to review * Respond to review * Add some blank lines after breaks, whoops * Respond to review * Respond to Engineer's review, pt 2 * Respond to Engineer's review, Pt 3 * Add newline char to end of z64map.h * Respond to engineer's review, Pt 4 * Respond to multiple reviews
7 lines
69 B
C
7 lines
69 B
C
#ifndef Z64MAP_H
|
|
#define Z64MAP_H
|
|
|
|
#define FLOOR_INDEX_MAX 4
|
|
|
|
#endif
|