mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-22 11:12:49 +00:00
10 lines
142 B
C++
10 lines
142 B
C++
#pragma once
|
|
#ifdef WITH_SNI
|
|
class Widget;
|
|
namespace SNI
|
|
{
|
|
void Init();
|
|
void WidgetSNI(Widget& parent);
|
|
void Shutdown();
|
|
}
|
|
#endif
|