Added (void) to parameterless function prototypes in CSFML

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1518 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
LaurentGom 2010-05-02 15:44:07 +00:00
parent a48f71ee8e
commit 1d9feb6e01
50 changed files with 57 additions and 57 deletions

View file

@ -46,7 +46,7 @@ CSFML_API void sfRandom_SetSeed(unsigned int seed);
/// \return Current seed
///
////////////////////////////////////////////////////////////
CSFML_API unsigned int sfRandom_GetSeed();
CSFML_API unsigned int sfRandom_GetSeed(void);
////////////////////////////////////////////////////////////
/// Get a random float number in a given range