Subversion Repositories pentevo

Rev

Blame | Last modification | View Log | Download | RSS feed | ?url?

  1. #ifndef _T_BEEP_H
  2. #define _T_BEEP_H 1
  3.  
  4. #ifdef __ASSEMBLER__
  5. /* ------------------------------------------------------------------------- */
  6. .extern tabl_sin
  7. .extern t_beep_ptr
  8. .extern t_beep_delta
  9. .extern t_beep_int
  10. /* ------------------------------------------------------------------------- */
  11. #else // #ifdef __ASSEMBLER__
  12.  
  13. void Test_Beep(void);
  14.  
  15. #endif // #ifdef __ASSEMBLER__
  16.  
  17. #endif // #ifndef _T_BEEP_H
  18.