Arreglos en la estructura i format del codi
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#include "debug.h"
|
||||
#include <algorithm> // for max
|
||||
#include "resource.h" // for Resource
|
||||
#include "screen.h" // for Screen
|
||||
#include "text.h" // for Text
|
||||
#include "utils.h" // for Color
|
||||
#include <algorithm> // for max
|
||||
#include <memory> // for __shared_ptr_access, shared_ptr
|
||||
#include "resource.h" // for Resource
|
||||
#include "text.h" // for Text
|
||||
#include "utils.h" // for Color
|
||||
|
||||
// [SINGLETON]
|
||||
Debug *Debug::debug_ = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user