mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-16 00:34:19 +00:00
16 lines
367 B
C
16 lines
367 B
C
/*
|
|
* Automatically generated by SheenBidiGenerator tool.
|
|
* DO NOT EDIT!!
|
|
*/
|
|
|
|
#ifndef _SB_INTERNAL_SCRIPT_LOOKUP_H
|
|
#define _SB_INTERNAL_SCRIPT_LOOKUP_H
|
|
|
|
#include <juce_graphics/unicode/sheenbidi/Headers/SBConfig.h>
|
|
#include <juce_graphics/unicode/sheenbidi/Headers/SBScript.h>
|
|
|
|
#include "SBBase.h"
|
|
|
|
SB_INTERNAL SBScript LookupScript(SBCodepoint codepoint);
|
|
|
|
#endif
|