mirror of
https://github.com/qwertyuiop3/Storm.git
synced 2025-01-03 16:13:27 +08:00
6 lines
80 B
C++
6 lines
80 B
C++
|
#pragma once
|
||
|
|
||
|
namespace Byte_Manager
|
||
|
{
|
||
|
#include "Byte_Manager_Functions.hpp"
|
||
|
};
|