Rename files
This commit is contained in:
parent
4d5594a834
commit
ea57ecd470
9 changed files with 36 additions and 48 deletions
|
@ -1,3 +1,6 @@
|
|||
#ifndef _LCR_RENDERER_H
|
||||
#define _LCR_RENDERER_H
|
||||
|
||||
/**
|
||||
Renderer: implements 3D and 2D rendering.
|
||||
|
||||
|
@ -12,9 +15,6 @@
|
|||
for far away areas with "something" we just draw some 2D rectangles.
|
||||
*/
|
||||
|
||||
#ifndef _LCR_RENDERER_H
|
||||
#define _LCR_RENDERER_H
|
||||
|
||||
#define S3L_RESOLUTION_X LCR_SETTING_RESOLUTION_X
|
||||
#define S3L_RESOLUTION_Y LCR_SETTING_RESOLUTION_Y
|
||||
#define S3L_PIXEL_FUNCTION _LCR_pixelFunc3D
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue