Rename files
This commit is contained in:
parent
4d5594a834
commit
ea57ecd470
9 changed files with 36 additions and 48 deletions
6
map.h
6
map.h
|
@ -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 ':'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue