Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ Wave
Method
Wave
include/Wave.hpp:19–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
using WaveUnmanaged::WaveUnmanaged;
18
19
Wave(const Wave& other) : WaveUnmanaged(other.Copy()) {}
20
21
Wave(Wave&& other) noexcept : WaveUnmanaged(other) {
22
other.frameCount = 0;
Callers
nothing calls this directly
Calls
1
Copy
Method · 0.45
Tested by
no test coverage detected