From 6cd00aacfa22fed6a54a9b812f6b069ad16feec0 Mon Sep 17 00:00:00 2001 From: untodesu Date: Sun, 29 Jun 2025 22:24:42 +0500 Subject: Move game sources into src subdirectory --- game/client/receive.hh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 game/client/receive.hh (limited to 'game/client/receive.hh') diff --git a/game/client/receive.hh b/game/client/receive.hh deleted file mode 100644 index 27ed2b2..0000000 --- a/game/client/receive.hh +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef CLIENT_RECEIVE_HH -#define CLIENT_RECEIVE_HH 1 -#pragma once - -namespace client_receive -{ -void init(void); -} // namespace client_receive - -#endif /* CLIENT_RECEIVE_HH */ -- cgit