Skip to content

Commit

Permalink
fix tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkirkham committed Jun 26, 2019
1 parent d34cd5d commit c7d0ce3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/game/input_manager.h
Expand Up @@ -13,15 +13,15 @@ class CManagerBase
return **(CManagerBase**)0x142C7DAF0;
}

void LoseFocus()
{
void LoseFocus()
{
hk::func_call<void>(0x140F7D3E0, this);
}
}

void GainFocus()
{
void GainFocus()
{
hk::func_call<void>(0x140F7D330, this);
}
}
};
}; // namespace jc
}; // namespace jc::NInput
#pragma pack(pop)

0 comments on commit c7d0ce3

Please sign in to comment.