blob: 4729d3c2ec05edf10a9c7ddc00649344125acbd0 [file] [log] [blame]
John Bauman66b8ab22014-05-06 15:57:45 -04001//
2// Copyright (c) 2002-2012 The ANGLE Project Authors. All rights reserved.
3// Use of this source code is governed by a BSD-style license that can be
4// found in the LICENSE file.
5//
6
7#ifndef __INITIALIZE_PARSE_CONTEXT_INCLUDED_
8#define __INITIALIZE_PARSE_CONTEXT_INCLUDED_
9
10bool InitializeParseContextIndex();
Nicolas Capens978ddc52014-11-11 12:42:08 -050011void FreeParseContextIndex();
John Bauman66b8ab22014-05-06 15:57:45 -040012
13struct TParseContext;
Nicolas Capens978ddc52014-11-11 12:42:08 -050014extern void SetGlobalParseContext(TParseContext* context);
15extern TParseContext* GetGlobalParseContext();
John Bauman66b8ab22014-05-06 15:57:45 -040016
17#endif // __INITIALIZE_PARSE_CONTEXT_INCLUDED_