mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Added mecha-style comment docs to a bunch of headers
This commit is contained in:
@@ -81,6 +81,10 @@ int main(int argc, char** argv) {
|
||||
//finally
|
||||
is.close();
|
||||
|
||||
if (buffer.length() == 0) {
|
||||
continue;
|
||||
}
|
||||
|
||||
std::ofstream os;
|
||||
std::string ofname = argv[fileCounter];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user