mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:07:43 +00:00
CTextExecuteBuffer imps
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
#ifndef __URDE_CWORDBREAKTABLES_HPP__
|
||||
#define __URDE_CWORDBREAKTABLES_HPP__
|
||||
|
||||
#include "RetroTypes.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CWordBreakTables
|
||||
{
|
||||
public:
|
||||
static int GetBeginRank(wchar_t ch);
|
||||
static int GetEndRank(wchar_t ch);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user