diff --git a/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0/CIS565_PROJ_0.vcxproj b/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0/CIS565_PROJ_0.vcxproj index 5b26dc0..7af664a 100644 --- a/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0/CIS565_PROJ_0.vcxproj +++ b/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0/CIS565_PROJ_0.vcxproj @@ -19,6 +19,7 @@ Application true MultiByte + v100 Application @@ -28,7 +29,7 @@ - + @@ -91,6 +92,6 @@ - + \ No newline at end of file diff --git a/PROJ0_WIN/Yehua.PNG b/PROJ0_WIN/Yehua.PNG new file mode 100644 index 0000000..6d47034 Binary files /dev/null and b/PROJ0_WIN/Yehua.PNG differ diff --git a/src/main.cpp b/src/main.cpp index 29d7821..640bae0 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 = "Yehua Lyu"; if(Init(argc, argv) == true){ #if _WIN32