|
|
|
@ -94,6 +94,7 @@ void diablo_focus_unpause(); |
|
|
|
bool PressEscKey(); |
|
|
|
bool PressEscKey(); |
|
|
|
void DisableInputEventHandler(const SDL_Event &event, uint16_t modState); |
|
|
|
void DisableInputEventHandler(const SDL_Event &event, uint16_t modState); |
|
|
|
void LoadGameLevel(bool firstflag, lvl_entry lvldir); |
|
|
|
void LoadGameLevel(bool firstflag, lvl_entry lvldir); |
|
|
|
|
|
|
|
bool IsDiabloAlive(bool playSFX); |
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @param bStartup Process additional ticks before returning |
|
|
|
* @param bStartup Process additional ticks before returning |
|
|
|
|