Partially fixing issue #32
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
#ifndef _ACTIONS_H
|
#ifndef _ACTIONS_H
|
||||||
#define _ACTIONS_H
|
#define _ACTIONS_H
|
||||||
|
|
||||||
void init_screen_locs();
|
void init_screen_locs();
|
||||||
Boolean prime_time();
|
Boolean prime_time();
|
||||||
Boolean handle_action(POINT the_point, WPARAM wparam, LPARAM lparam );
|
Boolean handle_action(POINT the_point, WPARAM wparam, LPARAM lparam );
|
||||||
@@ -30,5 +30,5 @@ void setup_outdoors(location where);
|
|||||||
short get_outdoor_num();
|
short get_outdoor_num();
|
||||||
Boolean is_sign(unsigned char ter);
|
Boolean is_sign(unsigned char ter);
|
||||||
void check_cd_event(HWND hwnd,UINT message,WPARAM wparam,LPARAM lparam);
|
void check_cd_event(HWND hwnd,UINT message,WPARAM wparam,LPARAM lparam);
|
||||||
|
void set_up_lights();
|
||||||
#endif
|
#endif
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user