diff --git a/Robert_Cassidy_screenshot.tiff b/Robert_Cassidy_screenshot.tiff new file mode 100644 index 0000000..9e32632 Binary files /dev/null and b/Robert_Cassidy_screenshot.tiff differ diff --git a/src/main.cpp b/src/main.cpp index 29d7821..1ece7b6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,7 +10,7 @@ //==================================== int main(int argc, char* argv[]){ // Change this line to use your name! - m_yourName = "[YOUR NAME HERE]"; + m_yourName = "Robert Cassidy"; if(Init(argc, argv) == true){ #if _WIN32