mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-30 12:25:42 -04:00
5 lines
71 B
C++
5 lines
71 B
C++
#pragma once
|
|
|
|
namespace FrontendCommon {
|
|
void EnsureSDLInitialized();
|
|
} |