mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Add BfParser_GetIndexAtLine
This commit is contained in:
parent
24b03fa5aa
commit
46fbca7668
2 changed files with 13 additions and 0 deletions
|
@ -4200,4 +4200,9 @@ BF_EXPORT void BF_CALLTYPE BfParser_GetLineCharAtIdx(BfParser* bfParser, int idx
|
|||
|
||||
*line = _line;
|
||||
*lineChar = _lineChar;
|
||||
}
|
||||
|
||||
BF_EXPORT int BF_CALLTYPE BfParser_GetIndexAtLine(BfParser* bfParser, int line)
|
||||
{
|
||||
return bfParser->GetIndexAtLine(line);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue