Rename files
This commit is contained in:
parent
4d5594a834
commit
ea57ecd470
9 changed files with 36 additions and 48 deletions
9
game.h
9
game.h
|
@ -1,3 +1,6 @@
|
|||
#ifndef _LCR_GAME_H
|
||||
#define _LCR_GAME_H
|
||||
|
||||
/**
|
||||
game: this file implements the backend of a complete, actually playable
|
||||
game, and is meant to be included and used by specific frontends (which
|
||||
|
@ -42,9 +45,6 @@
|
|||
the map module) etc.
|
||||
*/
|
||||
|
||||
#ifndef _LCR_GAME_H
|
||||
#define _LCR_GAME_H
|
||||
|
||||
#define LCR_KEY_UP 0x00
|
||||
#define LCR_KEY_RIGHT 0x01
|
||||
#define LCR_KEY_DOWN 0x02
|
||||
|
@ -195,9 +195,8 @@ void LCR_drawPixelXYUnsafe(unsigned int x, unsigned int y, uint16_t color);
|
|||
static inline void LCR_drawPixelXYSafe(unsigned int x, unsigned int y,
|
||||
uint_fast16_t color);
|
||||
|
||||
#include "constants.h"
|
||||
#include "general.h"
|
||||
#include "racing.h"
|
||||
#include "settings.h"
|
||||
#include "audio.h"
|
||||
#include "assets.h"
|
||||
#include "renderer.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue