Fixed the bug where dialog controls were not drawn.
git-svn-id: http://openexile.googlecode.com/svn/trunk@25 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -21,4 +21,9 @@ short string_length(char *str);
|
||||
//OSStatus flip_pict(OSType domain, OSType type, short id, void *ptr, UInt32 size, Boolean isNative, void *refcon);
|
||||
//void draw_terrain();
|
||||
Rect calc_rect(short i, short j);
|
||||
Rect get_custom_rect (short which_rect);
|
||||
Rect get_custom_rect (short which_rect);
|
||||
#ifndef _GRAPHTOOL_CPP
|
||||
extern short arrow_curs[3][3];
|
||||
extern short sword_curs, boot_curs, drop_curs, target_curs;
|
||||
extern short talk_curs, key_curs, look_curs, current_cursor;
|
||||
#endif
|
||||
Reference in New Issue
Block a user