1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

SheenBidi: Add sources

This commit is contained in:
reuk 2024-09-05 16:30:35 +01:00
parent a3a4813107
commit d77d5801d9
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
85 changed files with 15845 additions and 0 deletions

View file

@ -0,0 +1,16 @@
/*
* Automatically generated by SheenBidiGenerator tool.
* DO NOT EDIT!!
*/
#ifndef _SB_INTERNAL_SCRIPT_LOOKUP_H
#define _SB_INTERNAL_SCRIPT_LOOKUP_H
#include <SBConfig.h>
#include <SBScript.h>
#include "SBBase.h"
SB_INTERNAL SBScript LookupScript(SBCodepoint codepoint);
#endif