mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Make PositionCell take additional junk arguments
This commit is contained in:
parent
dfb6bdf77e
commit
31aa19574b
3 changed files with 11 additions and 1 deletions
|
@ -43,6 +43,10 @@ namespace Compiler
|
|||
///< Handle a special character token.
|
||||
/// \return fetch another token?
|
||||
|
||||
bool parseInt (int value, const TokenLoc& loc, Scanner& scanner) override;
|
||||
///< Handle an int token.
|
||||
/// \return fetch another token?
|
||||
|
||||
void append (std::vector<Interpreter::Type_Code>& code);
|
||||
///< Append code for parsed string.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue