#pragma once #include namespace dialogs { namespace joysticks { void init(int32_t index); void show(); } }