MCPcopy Create free account
hub / github.com/danomatika/ofxLua / newLine

Method newLine

src/ofxLuaFileWriter.cpp:36–38  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

34
35//------------------------------------------------------------------------------
36void ofxLuaFileWriter::newLine() {
37 buffer << std::endl;
38}
39
40void ofxLuaFileWriter::writeComment(const std::string& comment) {
41 buffer << "-- " << comment << std::endl;

Callers 1

runTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected