Restore gamelog and consolelog properly

This commit is contained in:
Diavolo
2022-08-07 11:38:06 +02:00
parent ac12467a49
commit b706e21381
14 changed files with 1075 additions and 155 deletions

View File

@ -57,5 +57,5 @@ private:
#define REGISTER_MODULE(name) \
namespace \
{ \
static module_loader::installer<name> $_##name; \
static module_loader::installer<name> __module; \
}