Annotation of Amaya/amaya/AHTEvntrg.h, revision 1.2

1.2     ! cvs         1: #ifndef AHTEVNTRG_H
        !             2: #define AHTEVNTRG_H
1.1       cvs         3: 
1.2     ! cvs         4: #include "sysdep.h"
1.1       cvs         5: 
                      6: /*
                      7: 
                      8:   Windows Specific Handles
                      9:   
                     10:  */
1.2     ! cvs        11: 
1.1       cvs        12: extern LRESULT CALLBACK AsyncWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam
                     13: );
                     14: 
1.2     ! cvs        15: bool AHTEventInit (void);
        !            16: bool AHTEventTerminate (void);
1.1       cvs        17: 
1.2     ! cvs        18: #endif /* AHTEVENTRG_H */
1.1       cvs        19: 
                     20: 
                     21: 
                     22: 
                     23: 
                     24: 
                     25: 
                     26: 

Webmaster