conflict resolution again, temp. move LogAux.h
parent
68db518696
commit
d0c92e30be
|
@ -45,18 +45,15 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
#ifndef INCLUDED_AI_LOGAUX_H
|
||||
#define INCLUDED_AI_LOGAUX_H
|
||||
|
||||
#include "TinyFormatter.h"
|
||||
#include "Exceptional.h"
|
||||
#include <assimp/TinyFormatter.h>
|
||||
#include <assimp/Exceptional.h>
|
||||
#include <assimp/DefaultLogger.hpp>
|
||||
|
||||
namespace Assimp {
|
||||
|
||||
template<class TDeriving>
|
||||
class LogFunctions
|
||||
{
|
||||
|
||||
class LogFunctions {
|
||||
public:
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
static void ThrowException(const std::string& msg)
|
||||
{
|
Loading…
Reference in New Issue