mirror of
https://github.com/Rosalie241/RMG.git
synced 2026-09-03 19:04:34 +02:00
13 lines
264 B
C++
13 lines
264 B
C++
#ifndef SDL3BUTTONLABELTOSTRING_HPP
|
|
#define SDL3BUTTONLABELTOSTRING_HPP
|
|
|
|
#include <SDL3/SDL.h>
|
|
#include <QString>
|
|
|
|
namespace Utilities
|
|
{
|
|
QString Sdl3ButtonLabelToString(SDL_GamepadButtonLabel label);
|
|
} // namespace Utilities
|
|
|
|
#endif // SDL3BUTTONLABELTOSTRING_HPP
|