added rest of basics in TSE_Core

This commit is contained in:
2026-01-17 21:06:02 +01:00
parent d09953f476
commit 117c1e6adb
27 changed files with 2908 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ namespace TSE
{
typedef std::string string;
typedef char byte;
typedef unsigned char byte;
typedef signed char sbyte;
typedef unsigned short ushort;