src/sound/null_s.h
branchcpp_gui
changeset 6253 23983700e3d7
parent 5726 8f399788f6c9
child 6720 35756db7e577
child 7666 a5fccd76176a
equal deleted inserted replaced
6252:ca57ad0b45ea 6253:23983700e3d7
     5 
     5 
     6 #include "../hal.h"
     6 #include "../hal.h"
     7 
     7 
     8 extern const HalSoundDriver _null_sound_driver;
     8 extern const HalSoundDriver _null_sound_driver;
     9 
     9 
    10 #endif
    10 #endif /* SOUND_NULL_H */