From e98d38816e0b4cd75265ec741b4dc4d8b144ed25 Mon Sep 17 00:00:00 2001 From: untodesu Date: Sun, 29 Jun 2025 23:09:09 +0500 Subject: Replace #endif comments because it bothers me --- src/game/client/toast.hh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/game/client/toast.hh (limited to 'src/game/client/toast.hh') diff --git a/src/game/client/toast.hh b/src/game/client/toast.hh new file mode 100644 index 0000000..0d32304 --- /dev/null +++ b/src/game/client/toast.hh @@ -0,0 +1,8 @@ +#ifndef CLIENT_TOAST_HH +#define CLIENT_TOAST_HH +#pragma once + +// You did not see a thing +// This file was committed by a mistake + +#endif // CLIENT_TOAST_HH -- cgit