4 lines
64 B
C++
4 lines
64 B
C++
#include "global.h"
|
|
namespace Global {
|
|
Allocator* allocator;
|
|
} |
#include "global.h"
|
|
namespace Global {
|
|
Allocator* allocator;
|
|
} |