- unify naming of all header files. Obviously, this is a breaking change that affects all users.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1150 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
aramis_acg
2012-02-03 17:04:06 +00:00
parent f07901df9d
commit 6fa251c2f2
138 changed files with 333 additions and 337 deletions

View File

@@ -38,13 +38,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
----------------------------------------------------------------------
*/
/** @file ProgressHandler.h
/** @file ProgressHandler.hpp
* @brief Abstract base class 'ProgressHandler'.
*/
#ifndef INCLUDED_AI_DEFAULTPROGRESSHANDLER_H
#define INCLUDED_AI_DEFAULTPROGRESSHANDLER_H
#include "../include/assimp/ProgressHandler.h"
#include "../include/assimp/ProgressHandler.hpp"
namespace Assimp {
// ------------------------------------------------------------------------------------