Add code separators
This commit is contained in:
@@ -12,4 +12,6 @@
|
||||
|
||||
#include "inferno/entrypoint.h"
|
||||
|
||||
// -----------------------------------------
|
||||
|
||||
#endif // INFERNO_H
|
||||
|
||||
@@ -6,6 +6,8 @@ namespace Inferno {
|
||||
std::shared_ptr<Logger> Log::m_coreLogger;
|
||||
std::shared_ptr<Logger> Log::m_gameLogger;
|
||||
|
||||
// -----------------------------------------
|
||||
|
||||
void Log::initialize()
|
||||
{
|
||||
// Create engine Logger
|
||||
@@ -16,6 +18,8 @@ namespace Inferno {
|
||||
NF_CORE_INFO("Log initialized");
|
||||
}
|
||||
|
||||
// -----------------------------------------
|
||||
|
||||
Logger::Logger(const char* name) :
|
||||
m_name(name)
|
||||
{
|
||||
|
||||
@@ -12,6 +12,9 @@ namespace Inferno {
|
||||
|
||||
class Log {
|
||||
public:
|
||||
|
||||
// -----------------------------------------
|
||||
|
||||
static void initialize();
|
||||
|
||||
// -----------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user