From: Seth Date: Wed, 23 Oct 2024 23:59:23 +0000 (-0700) Subject: Another trivial change to test receive hook X-Git-Url: https://isoptera.lcsc.edu/gitweb/?a=commitdiff_plain;h=e1c18cc6aea6323700e09522a619d78dec941626;p=example_engine%2F.git Another trivial change to test receive hook --- diff --git a/main.cpp b/main.cpp index 74d0aeb..b124ebf 100644 --- a/main.cpp +++ b/main.cpp @@ -2,6 +2,7 @@ * Simple game engine example in C++ * Fall 2024 * For CS392: Game Engine Design + * Trivial Change */ #define MAIN #include "game.h"