2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 09:07:43 +00:00

CTextExecuteBuffer imps

This commit is contained in:
Jack Andersen
2016-03-19 14:32:30 -10:00
parent 08ccc1be63
commit 7835769a98
13 changed files with 608 additions and 57 deletions

View File

@@ -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);
};
}