Skip to content

Commit

Permalink
forward declarations for String
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Jul 24, 2011
1 parent 20816fe commit 03093bc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/include/String.winxed
Expand Up @@ -20,5 +20,22 @@ namespace Rosella {
extern function replace_skip; extern function replace_skip;
extern function indexof_start; extern function indexof_start;
extern function indexof_end; extern function indexof_end;

// src/string/Tokenizer.winxed
class Tokenizer;

namespace Tokenizer {
// src/string/tokenizer/CClass.winxed
class CClass;

// src/string/tokenizer/Delimiter.winxed
class Delimiter;

// src/string/tokenizer/DelimiterRegion.winxed
class DelimiterRegion;

// src/string/tokenizer/Token.winxed
class Token;
}
} }
} }

0 comments on commit 03093bc

Please sign in to comment.