michael@0: // michael@0: // Copyright (c) 2002-2010 The ANGLE Project Authors. All rights reserved. michael@0: // Use of this source code is governed by a BSD-style license that can be michael@0: // found in the LICENSE file. michael@0: // michael@0: michael@0: #ifndef __INITIALIZE_PARSE_CONTEXT_INCLUDED_ michael@0: #define __INITIALIZE_PARSE_CONTEXT_INCLUDED_ michael@0: michael@0: bool InitializeParseContextIndex(); michael@0: void FreeParseContextIndex(); michael@0: michael@0: struct TParseContext; michael@0: extern void SetGlobalParseContext(TParseContext* context); michael@0: extern TParseContext* GetGlobalParseContext(); michael@0: michael@0: #endif // __INITIALIZE_PARSE_CONTEXT_INCLUDED_