Closed JFlynnXYZ closed 8 years ago
What we can do is check when creating a project that it has a main function, and if it doesn't add one. Just the following:
void main () { }
Which in a c++ string would be:
"void main ()\n{\n\n\n}"
nah mate :)
What we can do is check when creating a project that it has a main function, and if it doesn't add one. Just the following:
Which in a c++ string would be: