Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ demo4Destroy
Function
demo4Destroy
src/examples/physics/physics.cpp:551–553 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
549
void demo4Update() {}
550
551
void demo4Destroy() {
552
destroyDemo();
553
}
554
555
void ChangeDemo( int num ) {
556
if ( num >= 0 && num < (int)mDemo.size() && num != mCurDemo ) {
Callers
nothing calls this directly
Calls
1
destroyDemo
Function · 0.85
Tested by
no test coverage detected