summaryrefslogtreecommitdiffstats
path: root/zoom
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-11-19 23:03:05 +0100
committerneoraider <devnull@localhost>2006-11-19 23:03:05 +0100
commit16fd248babd866be5535bdc43ae21099580ee3eb (patch)
treeb7ca8b5e272e2e6c27637ce70e9864d78c01a1e1 /zoom
parente43bceafaba72d34dfbea1deecd56c2f694d704a (diff)
downloadlibzoom-16fd248babd866be5535bdc43ae21099580ee3eb.tar
libzoom-16fd248babd866be5535bdc43ae21099580ee3eb.zip
Render-Qualitaet durch neue Render()-Funktion erhoeht.
Diffstat (limited to 'zoom')
-rw-r--r--zoom/light.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/zoom/light.h b/zoom/light.h
index 06d6756..8194081 100644
--- a/zoom/light.h
+++ b/zoom/light.h
@@ -18,6 +18,5 @@ typedef struct _LIGHT {
void SetAmbient(COLOR);
void AddLight(LIGHT);
void ResetLights();
-void ApplyLightScale();
#endif