remove underscore
This commit is contained in:
parent
d38c27442f
commit
14fcff3dd0
@ -10,8 +10,8 @@ namespace game_event
|
|||||||
{
|
{
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
std::vector<std::function<void()>> g_init_game_tasks_;
|
std::vector<std::function<void()>> g_init_game_tasks;
|
||||||
std::vector<std::function<void()>> g_shutdown_game_tasks_;
|
std::vector<std::function<void()>> g_shutdown_game_tasks;
|
||||||
|
|
||||||
void rope_init_ropes_stub()
|
void rope_init_ropes_stub()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user