blob: 79d691febe3985c1a2a99effa53f053238a1cdce [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
Alexis Hetu0a655842015-06-22 16:52:11 -040013class 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_