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