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
|
#ifndef INCLUDED_AI_LOGAUX_H
|
||||||
#define INCLUDED_AI_LOGAUX_H
|
#define INCLUDED_AI_LOGAUX_H
|
||||||
|
|
||||||
#include "TinyFormatter.h"
|
#include <assimp/TinyFormatter.h>
|
||||||
#include "Exceptional.h"
|
#include <assimp/Exceptional.h>
|
||||||
#include <assimp/DefaultLogger.hpp>
|
#include <assimp/DefaultLogger.hpp>
|
||||||
|
|
||||||
namespace Assimp {
|
namespace Assimp {
|
||||||
|
|
||||||
template<class TDeriving>
|
template<class TDeriving>
|
||||||
class LogFunctions
|
class LogFunctions {
|
||||||
{
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
// ------------------------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------------------------
|
||||||
static void ThrowException(const std::string& msg)
|
static void ThrowException(const std::string& msg)
|
||||||
{
|
{
|
Loading…
Reference in New Issue