summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension/sky_sphere.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-11-22 00:10:03 -0500
committerTavian Barnes <tavianator@gmail.com>2010-11-22 00:10:03 -0500
commit8054e510b83702b931f3b81bb1e1385f9a7ecb80 (patch)
tree6fbe806c69f227e0fa60bbbc9919d884a7d03f84 /libdimension/dimension/sky_sphere.h
parentd47af986a7832add1c149235f44fa8f57b56e6d8 (diff)
downloaddimension-8054e510b83702b931f3b81bb1e1385f9a7ecb80.tar.xz
Rename dmnsn_*_init() to dmnsn_initialize_*().
Diffstat (limited to 'libdimension/dimension/sky_sphere.h')
-rw-r--r--libdimension/dimension/sky_sphere.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdimension/dimension/sky_sphere.h b/libdimension/dimension/sky_sphere.h
index 5edacb0..f74442e 100644
--- a/libdimension/dimension/sky_sphere.h
+++ b/libdimension/dimension/sky_sphere.h
@@ -49,7 +49,7 @@ void dmnsn_delete_sky_sphere(dmnsn_sky_sphere *sky_sphere);
* Initialize a sky sphere.
* @param[in,out] sky_sphere The sky sphere to initialize.
*/
-void dmnsn_sky_sphere_init(dmnsn_sky_sphere *sky_sphere);
+void dmnsn_initialize_sky_sphere(dmnsn_sky_sphere *sky_sphere);
/**
* Evaluate the color of the sky sphere.