root/include/sound.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef SOUND_H
   2 #define SOUND_H
   3 
   4 // CHDK Sound interface
   5 
   6 // Note: used in modules and platform independent code. 
   7 // Do not add platform dependent stuff in here (#ifdef/#endif compile options or camera dependent values)
   8 
   9 extern void play_sound(unsigned sound);
  10 
  11 #endif
  12 

/* [<][>][^][v][top][bottom][index][help] */