Initial commit.
This commit is contained in:
13
tools/ModView/parser.h
Normal file
13
tools/ModView/parser.h
Normal file
@@ -0,0 +1,13 @@
|
||||
// Filename:- parser.h
|
||||
//
|
||||
|
||||
|
||||
#ifndef PARSER_H
|
||||
#define PARSER_H
|
||||
|
||||
bool Parser_Load(LPCSTR psFullPathedFilename, MappedString_t &ParsedAliases);
|
||||
|
||||
#endif // #ifndef PARSER_H
|
||||
|
||||
/////////////// eof ///////////////
|
||||
|
||||
Reference in New Issue
Block a user