diff options
author | Matt Strapp <matt@mattstrapp.net> | 2021-09-27 21:44:53 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2021-09-27 21:44:53 -0500 |
commit | b38e870d6be22a377bf7b0fb5048801886ebaa77 (patch) | |
tree | 18e021a36e2f939892eb4895269f420274a341df /dev/texture-demo/main.cc | |
parent | Pushed feedback file submission-p1 (diff) | |
download | csci4611-b38e870d6be22a377bf7b0fb5048801886ebaa77.tar csci4611-b38e870d6be22a377bf7b0fb5048801886ebaa77.tar.gz csci4611-b38e870d6be22a377bf7b0fb5048801886ebaa77.tar.bz2 csci4611-b38e870d6be22a377bf7b0fb5048801886ebaa77.tar.lz csci4611-b38e870d6be22a377bf7b0fb5048801886ebaa77.tar.xz csci4611-b38e870d6be22a377bf7b0fb5048801886ebaa77.tar.zst csci4611-b38e870d6be22a377bf7b0fb5048801886ebaa77.zip |
do ws2submission-w2.0
Diffstat (limited to 'dev/texture-demo/main.cc')
-rw-r--r-- | dev/texture-demo/main.cc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/dev/texture-demo/main.cc b/dev/texture-demo/main.cc index 3bbc8b8..7550843 100644 --- a/dev/texture-demo/main.cc +++ b/dev/texture-demo/main.cc @@ -1,9 +1,9 @@ -/** CSci-4611 In-Class Example */ - -#include "example.h" - -int main(int argc, const char *argv[]) { - Example app; - app.Run(); - return 0; -} +/** CSci-4611 In-Class Example */
+
+#include "example.h"
+
+int main(int argc, const char *argv[]) {
+ Example app;
+ app.Run();
+ return 0;
+}
|