mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-03-22 01:34:13 -05:00
7 lines
64 B
C++
7 lines
64 B
C++
#pragma once
|
|
|
|
namespace sys
|
|
{
|
|
using Byte = unsigned char;
|
|
}
|