mirror of
https://github.com/elasota/Aerofoil.git
synced 2026-03-13 02:09:16 +00:00
Working up to start of menu loading
This commit is contained in:
14
PortabilityLayer/MacLatin.h
Normal file
14
PortabilityLayer/MacLatin.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
namespace MacLatin
|
||||
{
|
||||
extern const uint16_t g_toUnicode[256];
|
||||
extern const uint8_t g_stripDiacritic[256];
|
||||
extern const uint8_t g_toLower[256];
|
||||
extern const uint8_t g_toUpper[256];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user