Partially fixing issue #32

This commit is contained in:
Sylae Corell
2013-06-20 18:34:01 -06:00
parent 3e3ffc1127
commit d289ae871f
4 changed files with 7304 additions and 7265 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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