summaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics.h')
-rw-r--r--graphics.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics.h b/graphics.h
index 1360210..35d4d0c 100644
--- a/graphics.h
+++ b/graphics.h
@@ -17,9 +17,9 @@ enum {
PTriangle,
/* light types */
- LIGHT_POINT = 0,
- LIGHT_DIRECTIONAL,
- LIGHT_SPOT,
+ LightPoint = 0,
+ LightDirectional,
+ LightSpot,
/* texture formats */
RAWTexture = 0, /* unmanaged */