kobodl/data/sfx/music_c.agw
Ville Lindholm dbc223eb84
Initial commit
Import existing source tree; original VCS history is no longer available.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-28 16:35:31 +03:00

13 lines
379 B
Plaintext

/////////////////////////////////////////////
// Music loader script for Kobo Deluxe
// (Cached version; uses prerendered sounds)
// Copyright (C) David Olofson, 2002, 2003
/////////////////////////////////////////////
#include "kobosfx.h"
w_load SOUND_BGM, "trance1_c.agw";
// We don't bother caching the "one period of sine" waveform... :-)
w_load SOUND_TITLE, "test2.agw";