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>
13 lines
379 B
Plaintext
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";
|