MCPcopy Create free account
hub / github.com/ange-yaghi/engine-sim / getEngine

Method getEngine

include/engine_sim_application.h:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 void createObjects(Engine *engine);
63 void destroyObjects();
64 dbasic::DeltaEngine *getEngine() { return &m_engine; }
65
66 float pixelsToUnits(float pixels) const;
67 float unitsToPixels(float units) const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected