commit x64 compilation from lulu cause the other branch dont seems to compile properly at home
This commit is contained in:
18
include/platform/log/log_scope.cpp
Normal file
18
include/platform/log/log_scope.cpp
Normal file
@ -0,0 +1,18 @@
|
||||
/* -----------------------------------------------------------------------------
|
||||
GSFramework
|
||||
Copyright 2001-2013 Emmanuel Julien. All Rights Reserved.
|
||||
----------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
#include "log/log_scope.h"
|
||||
#include "log/log.h"
|
||||
|
||||
using namespace GS;
|
||||
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
LogScope::LogScope(const char *s, const char *e) : exit(e)
|
||||
{ __LOG_H__ << s; }
|
||||
LogScope::~LogScope()
|
||||
{ __LOG_H__ << exit; }
|
||||
//------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user