#pragma once class Widget; namespace SNI { void Init(); void WidgetSNI(Widget& parent); void Shutdown(); }