diff options
Diffstat (limited to 'dev/a3-earthquake/main.cc')
-rw-r--r-- | dev/a3-earthquake/main.cc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dev/a3-earthquake/main.cc b/dev/a3-earthquake/main.cc deleted file mode 100644 index e2261e7..0000000 --- a/dev/a3-earthquake/main.cc +++ /dev/null @@ -1,10 +0,0 @@ -/** CSci-4611 Assignment 3: Earthquake - */ - -#include "quake_app.h" - -int main(int argc, const char *argv[]) { - QuakeApp app; - app.Run(); - return 0; -} |