From: Seth Long Date: Wed, 16 Oct 2024 21:53:03 +0000 (-0700) Subject: Added note X-Git-Url: https://isoptera.lcsc.edu/gitweb/?a=commitdiff_plain;h=547db57c7b30808d2462ff4a91cdb09106dbea35;p=example_engine%2F.git Added note --- diff --git a/main.cpp b/main.cpp index e9c30d5..973b7b4 100644 --- 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"