------------------------------------------------------------------------------
| 22 | |
| 23 | //------------------------------------------------------------------------------ |
| 24 | bool ofxLuaFileWriter::saveToFile(const std::string& filename) { |
| 25 | ofBuffer b(buffer); |
| 26 | return ofBufferToFile(ofToDataPath(filename), b); |
| 27 | } |
| 28 | |
| 29 | //------------------------------------------------------------------------------ |
| 30 | void ofxLuaFileWriter::clear() { |
no outgoing calls
no test coverage detected