Render-Qualitaet durch neue Render()-Funktion erhoeht.

This commit is contained in:
neoraider 2006-11-19 22:03:05 +00:00
parent e43bceafab
commit 16fd248bab
4 changed files with 53 additions and 74 deletions

View file

@ -18,6 +18,5 @@ typedef struct _LIGHT {
void SetAmbient(COLOR);
void AddLight(LIGHT);
void ResetLights();
void ApplyLightScale();
#endif