Skip to contents

Load wave data from file.

Usage

load_wave(file_name)

Arguments

file_name

A string.

Value

A wave

Note

This function has been auto-generated from the following Raylib function definition:

Wave LoadWave(const char *fileName);

See also