Initial Import of Win32 Classic Blades of Exile and associated Scenario Editor codes.
Chokboyz git-svn-id: http://openexile.googlecode.com/svn/trunk@70 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
15
Win32/Blades of Exile/BLADES.H
Normal file
15
Win32/Blades of Exile/BLADES.H
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef _BLADES_H
|
||||
#define _BLADES_H
|
||||
|
||||
#include "pc.h" // party_record_type
|
||||
#include "global.h" // structs
|
||||
|
||||
void check_game_done();
|
||||
Boolean handle_menu (short item, HMENU menu);
|
||||
void load_cursors();
|
||||
void change_cursor(POINT where_curs);
|
||||
void cursor_go();
|
||||
void cursor_stay();
|
||||
long CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user