summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension/sky_sphere.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-11-30 15:59:43 -0500
committerTavian Barnes <tavianator@gmail.com>2010-11-30 15:59:43 -0500
commit4f40f29ade4a6b2c0b27ba902281718662cdde82 (patch)
treee09ba47066e6509575e636f2e694c6d5deaa5904 /libdimension/dimension/sky_sphere.h
parentd5c774477b1d1cbbcc6a7daf00679bcb57193533 (diff)
downloaddimension-4f40f29ade4a6b2c0b27ba902281718662cdde82.tar.xz
Make some empty parameter lists explicit.
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 f74442e..462666d 100644
--- a/libdimension/dimension/sky_sphere.h
+++ b/libdimension/dimension/sky_sphere.h
@@ -37,7 +37,7 @@ typedef struct dmnsn_sky_sphere {
* Create a sky sphere.
* @return A new blank sky sphere.
*/
-dmnsn_sky_sphere *dmnsn_new_sky_sphere();
+dmnsn_sky_sphere *dmnsn_new_sky_sphere(void);
/**
* Delete a sky sphere.