]> isoptera.lcsc.edu Git - example_engine/.git/commitdiff
Added note
authorSeth Long <sslong@lcsc.edu>
Wed, 16 Oct 2024 21:53:03 +0000 (14:53 -0700)
committerSeth Long <sslong@lcsc.edu>
Wed, 16 Oct 2024 21:53:03 +0000 (14:53 -0700)
main.cpp

index e9c30d5645a2967aeb9766ea0bde4ea4f319d84c..973b7b4591e6b5ba80480098c0cf0cfd8320e83a 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -1,9 +1,7 @@
 /*
-   Simplified OpenGL 4.5 demo
- * Seth Long, Fall 2020
- * This is a *very* short demo which displays a triangle
- * Many of these functions can fail, and return error values
- * I doubt it can be done much shorter without leaving vertices in only main memory or some such
+ * Simple game engine example in C++
+ * Fall 2024
+ * For CS392:  Game Engine Design
  */
 
 #include "game.h"