mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-09 14:29:17 +00:00
🎉Implemented networking🎉
This commit is contained in:
10
include/net/tcp.hpp
Normal file
10
include/net/tcp.hpp
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef __FENNIX_KERNEL_TCP_H__
|
||||
#define __FENNIX_KERNEL_TCP_H__
|
||||
|
||||
#include <types.h>
|
||||
|
||||
namespace NetworkTCP
|
||||
{
|
||||
}
|
||||
|
||||
#endif // !__FENNIX_KERNEL_TCP_H__
|
Reference in New Issue
Block a user