1///////////////////////////////////////////// 2// Music loader script for Kobo Deluxe 3// (Cached version; uses prerendered sounds) 4// Copyright (C) David Olofson, 2002, 2003 5///////////////////////////////////////////// 6 7#include "kobosfx.h" 8 9w_load SOUND_BGM, "trance1_c.agw"; 10 11// We don't bother caching the "one period of sine" waveform... :-) 12w_load SOUND_TITLE, "test2.agw"; 13