12 lines
147 B
C++
12 lines
147 B
C++
#pragma once
|
|
#include <stdint.h>
|
|
|
|
namespace dialogs
|
|
{
|
|
namespace joysticks
|
|
{
|
|
void init(int32_t index);
|
|
void show();
|
|
}
|
|
}
|