From edf73f2ab652299c306fbc910d944e3b0a40a7c1 Mon Sep 17 00:00:00 2001 From: Seth Date: Wed, 23 Oct 2024 17:02:50 -0700 Subject: [PATCH] Another trivial change to test receive hook --- main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/main.cpp b/main.cpp index b124ebf..74d0aeb 100644 --- a/main.cpp +++ b/main.cpp @@ -2,7 +2,6 @@ * Simple game engine example in C++ * Fall 2024 * For CS392: Game Engine Design - * Trivial Change */ #define MAIN #include "game.h" -- 2.39.5