MCPcopy 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

549void demo4Update() {}
550
551void demo4Destroy() {
552 destroyDemo();
553}
554
555void ChangeDemo( int num ) {
556 if ( num >= 0 && num < (int)mDemo.size() && num != mCurDemo ) {

Callers

nothing calls this directly

Calls 1

destroyDemoFunction · 0.85

Tested by

no test coverage detected