Skip to content

Commit

Permalink
add args list
Browse files Browse the repository at this point in the history
  • Loading branch information
tmori committed Jan 13, 2024
1 parent b56bfcd commit e96cb76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hako/hako_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
//#include "utils/hako_logger.hpp"
#include "core/context/hako_context.hpp"
#include "hako_log.hpp"
#include <cstdarg>

static std::shared_ptr<hako::data::HakoMasterData> master_data_ptr = nullptr;
static std::shared_ptr<hako::IHakoMasterController> master_ptr = nullptr;
Expand Down

0 comments on commit e96cb76

Please sign in to comment.