use 'bool' for BLI_/BKE_ functions.

This commit is contained in:
2013-03-09 05:35:49 +00:00
parent ddddb7bab1
commit 221a383366
31 changed files with 270 additions and 262 deletions

View File

@@ -130,7 +130,7 @@ void BLI_ghashIterator_step(GHashIterator *ghi);
* \param ghi The iterator.
* \return True if done, False otherwise.
*/
int BLI_ghashIterator_notDone(GHashIterator *ghi);
bool BLI_ghashIterator_notDone(GHashIterator *ghi);
#define GHASH_ITER(gh_iter_, ghash_) \
for (BLI_ghashIterator_init(&gh_iter_, ghash_); \