Rename files

This commit is contained in:
Miloslav Ciz 2025-01-14 13:59:44 +01:00
parent 4d5594a834
commit ea57ecd470
9 changed files with 36 additions and 48 deletions

6
map.h
View file

@ -1,10 +1,6 @@
#ifndef _LCR_MAP
#define _LCR_MAP
#include <stdint.h>
#include "constants.h"
#include "settings.h"
/**
The map (track) module for Licar.
@ -56,6 +52,8 @@
- last if C7 is set, the block is flipped vertically
*/
#include "general.h"
#define LCR_MAP_NAME_MAX_LEN 15 /**< Maximum map name length (without
terminating zero. */
#define LCR_BLOCK_START_CHAR ':'