Documentations, enums and clean ups
This commit is contained in:
parent
e155a9423e
commit
2348c3a8fd
17 changed files with 521 additions and 108 deletions
|
|
@ -5191,6 +5191,10 @@ void drawLowerScreen(BYTE *pBuff)
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Render a black tile
|
||||
* @param pBuff pointer where to render the tile
|
||||
*/
|
||||
void world_draw_black_tile(BYTE *pBuff)
|
||||
{
|
||||
BYTE *dst;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue