Apply formating to all files. CLeanup
This commit is contained in:
parent
43e374f269
commit
744c01c5d0
928 changed files with 14515 additions and 21480 deletions
|
|
@ -1,23 +1,17 @@
|
|||
|
||||
#include "Strings.hpp"
|
||||
#include "Allocators.hpp"
|
||||
#include "Logging.hpp"
|
||||
|
||||
using namespace tp;
|
||||
|
||||
bool initialize(const ModuleManifest*) {
|
||||
Logger::initializeGlobal();
|
||||
return true;
|
||||
}
|
||||
|
||||
void deinitialize(const ModuleManifest*) {
|
||||
Logger::deinitializeGlobal();
|
||||
}
|
||||
|
||||
static tp::ModuleManifest* sModuleDependencies[] = {
|
||||
&tp::gModuleContainers,
|
||||
&tp::gModuleAllocators,
|
||||
nullptr
|
||||
};
|
||||
|
||||
|
||||
#include "Strings.hpp"
|
||||
#include "Allocators.hpp"
|
||||
#include "Logging.hpp"
|
||||
|
||||
using namespace tp;
|
||||
|
||||
bool initialize(const ModuleManifest*) {
|
||||
Logger::initializeGlobal();
|
||||
return true;
|
||||
}
|
||||
|
||||
void deinitialize(const ModuleManifest*) { Logger::deinitializeGlobal(); }
|
||||
|
||||
static tp::ModuleManifest* sModuleDependencies[] = { &tp::gModuleContainers, &tp::gModuleAllocators, nullptr };
|
||||
|
||||
ModuleManifest tp::gModuleStrings = ModuleManifest("Strings", initialize, deinitialize, sModuleDependencies);
|
||||
Loading…
Add table
Add a link
Reference in a new issue