--------------------------------------------------------------
| 348 | |
| 349 | //-------------------------------------------------------------- |
| 350 | void ofApp::loadScript() { |
| 351 | lua.doScript("tests.lua", true); |
| 352 | lua.scriptSetup(); |
| 353 | } |
nothing calls this directly
no test coverage detected