mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-02 13:15:41 -04:00
5 lines
71 B
C++
5 lines
71 B
C++
#pragma once
|
|
|
|
namespace FrontendCommon {
|
|
void EnsureSDLInitialized();
|
|
} |