You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
313 B
15 lines
313 B
|
7 years ago
|
#pragma once
|
||
|
|
|
||
|
5 years ago
|
#include <SDL.h>
|
||
|
|
|
||
|
5 years ago
|
namespace devilution {
|
||
|
7 years ago
|
|
||
|
5 years ago
|
extern Uint16 gnScreenWidth;
|
||
|
|
extern Uint16 gnScreenHeight;
|
||
|
|
extern Uint16 gnViewportHeight;
|
||
|
6 years ago
|
|
||
|
|
bool SpawnWindow(const char *lpWindowName);
|
||
|
7 years ago
|
void UiErrorOkDialog(const char *text, const char *caption, bool error = true);
|
||
|
7 years ago
|
|
||
|
5 years ago
|
} // namespace devilution
|