#pragma once #include namespace devilution { extern Uint16 gnScreenWidth; extern Uint16 gnScreenHeight; extern Uint16 gnViewportHeight; bool SpawnWindow(const char *lpWindowName); void UiErrorOkDialog(const char *text, const char *caption, bool error = true); } // namespace devilution