--------------------------------------------------------------
| 30 | |
| 31 | //-------------------------------------------------------------- |
| 32 | void ofApp::draw() { |
| 33 | lua.scriptDraw(); |
| 34 | } |
| 35 | |
| 36 | //-------------------------------------------------------------- |
| 37 | void ofApp::exit() { |
nothing calls this directly
no test coverage detected