Rename files
This commit is contained in:
parent
4d5594a834
commit
ea57ecd470
9 changed files with 36 additions and 48 deletions
4
assets.h
4
assets.h
|
@ -2,6 +2,8 @@
|
|||
#define _LCR_ASSETS_H
|
||||
|
||||
/**
|
||||
Assets embedded in source code.
|
||||
|
||||
NOTES:
|
||||
- All images are 64x64, stored in an indexed mode (8bits pery pixel), the
|
||||
image starts with a 256 color palette in RGB565 format (i.e. the palette
|
||||
|
@ -13,7 +15,7 @@
|
|||
the sky.
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include "general.h"
|
||||
#include "map.h"
|
||||
|
||||
static const char *LCR_texts[] =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue