From 4b0a924184e8146c9e352472475b6f64a8bbb014 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Thu, 8 Jan 2026 16:34:58 +0900 Subject: [PATCH] idk --- engine/common/log.c | 1 + engine/net/include/gbnet.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/engine/common/log.c b/engine/common/log.c index e69de29..57c8b00 100644 --- a/engine/common/log.c +++ b/engine/common/log.c @@ -0,0 +1 @@ +#include diff --git a/engine/net/include/gbnet.h b/engine/net/include/gbnet.h index 84d70b7..10e5497 100644 --- a/engine/net/include/gbnet.h +++ b/engine/net/include/gbnet.h @@ -1,5 +1,5 @@ -#ifndef __LIBNET_H__ -#define __LIBNET_H__ +#ifndef __GBNET_H__ +#define __GBNET_H__ #include #include