diff options
author | Matt Strapp <matt@mattstrapp.net> | 2021-09-20 18:15:14 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2021-09-20 18:15:14 -0500 |
commit | 342403a02f8063903d0f38327430721d4d0ae331 (patch) | |
tree | 29d020a27bc16939c568dd4b29166566d1c0e658 /dev/MinGfx/example/main-circleviewer.cpp | |
parent | Fix parenthesis (diff) | |
download | csci4611-342403a02f8063903d0f38327430721d4d0ae331.tar csci4611-342403a02f8063903d0f38327430721d4d0ae331.tar.gz csci4611-342403a02f8063903d0f38327430721d4d0ae331.tar.bz2 csci4611-342403a02f8063903d0f38327430721d4d0ae331.tar.lz csci4611-342403a02f8063903d0f38327430721d4d0ae331.tar.xz csci4611-342403a02f8063903d0f38327430721d4d0ae331.tar.zst csci4611-342403a02f8063903d0f38327430721d4d0ae331.zip |
do ass1submission-p1.0
Diffstat (limited to 'dev/MinGfx/example/main-circleviewer.cpp')
-rw-r--r-- | dev/MinGfx/example/main-circleviewer.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/dev/MinGfx/example/main-circleviewer.cpp b/dev/MinGfx/example/main-circleviewer.cpp index 50e0d33..9c8f143 100644 --- a/dev/MinGfx/example/main-circleviewer.cpp +++ b/dev/MinGfx/example/main-circleviewer.cpp @@ -1,12 +1,12 @@ - -#include "CircleViewer.h" - - -int main(int argc, char **argv) { - - CircleViewer app; - app.Run(); - - return 0; -} - +
+#include "CircleViewer.h"
+
+
+int main(int argc, char **argv) {
+
+ CircleViewer app;
+ app.Run();
+
+ return 0;
+}
+
|