Skip to content
Snippets Groups Projects
Commit 416a9cec authored by jsiegle's avatar jsiegle
Browse files

Print command-line input to std::cout

parent 209ad857
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,12 @@ public:
//==============================================================================
void initialise(const String& commandLine)
{
std::cout << commandLine << std::endl;
StringArray parameters;
parameters.addTokens(commandLine," ","\"");
#ifdef WIN32
//glWinInit();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment