MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / ExportAsCode

Method ExportAsCode

include/WaveUnmanaged.hpp:146–146  ·  view source on GitHub ↗

* Export wave sample data to code (.h), returns true on success. */

Source from the content-addressed store, hash-verified

144 * Export wave sample data to code (.h), returns true on success.
145 */
146 bool ExportAsCode(const std::string& fileName) { return ::ExportWaveAsCode(*this, fileName.c_str()); }
147
148 /**
149 * Load sound from wave data.

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected