Devilution
Diablo devolved - magic behind the 1996 computer game
Functions | Variables
init.h File Reference

Go to the source code of this file.

Functions

void init_cleanup ()
 
void init_disable_screensaver (BOOLEAN disable)
 
void init_create_window ()
 
void init_archives ()
 
HANDLE init_test_access (char *mpq_path, char *mpq_name, char *reg_loc, int flags, int fs)
 
void init_get_file_info ()
 
LRESULT MainWndProc (HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam)
 
void init_activate_window (HWND hWnd, BOOL bActive)
 
WNDPROC SetWindowProc (WNDPROC NewProc)
 

Variables

_SNETVERSIONDATA fileinfo
 
int gbActive
 
char diablo_exe_path [MAX_PATH]
 
HANDLE hellfire_mpq
 
char patch_rt_mpq_path [MAX_PATH]
 
WNDPROC CurrentProc
 
HANDLE diabdat_mpq
 
char diabdat_mpq_path [MAX_PATH]
 
HANDLE patch_rt_mpq
 
BOOLEAN screensaver_enabled_prev
 
BOOL was_window_init
 
char gszVersionNumber [MAX_PATH]
 defined in dx.cpp More...
 
char gszProductName [MAX_PATH]
 

Detailed Description

Interface of routines for initializing the environment, disable screen saver, load MPQ.

Definition in file init.h.