From 547db57c7b30808d2462ff4a91cdb09106dbea35 Mon Sep 17 00:00:00 2001 From: Seth Long Date: Wed, 16 Oct 2024 14:53:03 -0700 Subject: [PATCH] Added note --- main.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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" -- 2.39.5