Redirect component

This commit is contained in:
Federico Cecchetto
2022-05-28 20:36:43 +02:00
parent b07910912b
commit 2fba3dc17c
2 changed files with 9 additions and 3 deletions

View File

@ -1,8 +1,10 @@
#include <std_include.hpp>
#include "loader/component_loader.hpp"
#include "game_module.hpp"
#include <utils/nt.hpp>
#include <utils/string.hpp>
#include "game_module.hpp"
namespace redirect
{
@ -80,4 +82,4 @@ namespace redirect
};
}
//REGISTER_COMPONENT(redirect::component)
REGISTER_COMPONENT(redirect::component)