Fix guard name
Some checks failed
Bigfoot / Build & Test Debug (push) Successful in 43s
Bigfoot / Build & Test RelWithDebInfo (push) Successful in 1m1s
Bigfoot / Clang Format Checks (push) Has been cancelled
Bigfoot / Build & Test Release (push) Has been cancelled

This commit is contained in:
2026-02-16 21:00:35 +01:00
parent d4d71a8369
commit 16cebe427e

View File

@@ -4,8 +4,8 @@
* \author Romain BOULLARD * \author Romain BOULLARD
* \date October 2025 * \date October 2025
*********************************************************************/ *********************************************************************/
#ifndef BIGFOOT_SYSTEM_ASSERT_HPP #ifndef BIN2CPP_ASSERT_HPP
#define BIGFOOT_SYSTEM_ASSERT_HPP #define BIN2CPP_ASSERT_HPP
#include <Log.hpp> #include <Log.hpp>
#if defined BIN2CPP_NOT_OPTIMIZED #if defined BIN2CPP_NOT_OPTIMIZED