summaryrefslogtreecommitdiffstats
path: root/src/graphics/common/light.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/common/light.h')
-rw-r--r--src/graphics/common/light.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/graphics/common/light.h b/src/graphics/common/light.h
index 2b20094..683f715 100644
--- a/src/graphics/common/light.h
+++ b/src/graphics/common/light.h
@@ -75,11 +75,11 @@ public:
bool SetLightIncluType(int lightRank, D3DTypeObj type);
bool SetLightExcluType(int lightRank, D3DTypeObj type);
- bool SetLightPos(int lightRank, D3DVECTOR pos);
- D3DVECTOR RetLightPos(int lightRank);
+ bool SetLightPos(int lightRank, Math::Vector pos);
+ Math::Vector RetLightPos(int lightRank);
- bool SetLightDir(int lightRank, D3DVECTOR dir);
- D3DVECTOR RetLightDir(int lightRank);
+ bool SetLightDir(int lightRank, Math::Vector dir);
+ Math::Vector RetLightDir(int lightRank);
bool SetLightIntensitySpeed(int lightRank, float speed);
bool SetLightIntensity(int lightRank, float value);