From fdb26f5bb49a3a85a03c529c8fb1b963c76b060c Mon Sep 17 00:00:00 2001 From: Seth Date: Wed, 23 Oct 2024 16:50:33 -0700 Subject: [PATCH] Another trivial change to test receive hook --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 74d0aeb..83cbe20 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" -- 2.39.5